Interface GroupsGroupCategory

interface GroupsGroupCategory {
    id: number;
    name: string;
    subcategories: GroupsGroupSubcategory[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Category ID

name: string

Category name

subcategories: GroupsGroupSubcategory[]

Generated using TypeDoc