Interface GroupsGetCatalogInfoResponse

interface GroupsGetCatalogInfoResponse {
    categories: GroupsGroupCategory[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

categories: GroupsGroupCategory[]

Generated using TypeDoc