Interface RawStoreItem

interface RawStoreItem {
    price: string;
    sale: RawSale;
}

Properties

Properties

price: string
sale: RawSale