Interface MarketGetCategoriesNewResponse

interface MarketGetCategoriesNewResponse {
    items: MarketMarketCategoryTree[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

Generated using TypeDoc