Interface GroupsGetCatalogInfoParams

interface GroupsGetCatalogInfoParams {
    extended?: number | boolean;
    subcategories?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

extended?: number | boolean

1 - to return communities count and three communities for preview. By default: 0.

subcategories?: number | boolean

1 - to return subcategories info. By default: 0.

Generated using TypeDoc