interface StickerDatFace {
    coords: number[];
    name: string;
}

Properties

Properties

coords: number[]
name: string