Interface RawPack

interface RawPack {
    blooks: string[];
    color1: string;
    color2: string;
    hidden: boolean;
    image: string;
    price: number;
}

Properties

blooks: string[]
color1: string
color2: string
hidden: boolean
image: string
price: number