Interface RawSale

interface RawSale {
    name?: any;
    price: string;
}

Properties

Properties

name?: any
price: string