interface StickerDatSticker {
    color: string;
    coords: number[];
    face: number;
    isDup?: boolean;
    orbit: string;
    ord: number;
    ori: number;
}

Properties

color: string
coords: number[]
face: number
isDup?: boolean
orbit: string
ord: number
ori: number