Interface GroupsGroupPublicCategoryList

interface GroupsGroupPublicCategoryList {
    id: number;
    name: string;
    subcategories: GroupsGroupCategoryType[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
name: string
subcategories: GroupsGroupCategoryType[]

Generated using TypeDoc