Interface StoreGetProductsResponse

interface StoreGetProductsResponse {
    count: number;
    items: StoreProduct[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number
items: StoreProduct[]

Generated using TypeDoc