Interface AjaxSalesData

interface AjaxSalesData {
    count: string;
    items: Item[];
}

Properties

Properties

count: string
items: Item[]