Interface RawWeeklyShopItem

interface RawWeeklyShopItem {
    glow: boolean;
    price: number;
}

Implemented by

Properties

Properties

glow: boolean
price: number