Interface AjaxPurchasesData

interface AjaxPurchasesData {
    count: string;
    items: Item[];
    playerId: string;
}

Properties

Properties

count: string
items: Item[]
playerId: string