Interface GroupsGroupCategoryType

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

Indexable

[key: string]: any

Properties

Properties

id: number
name: string

Generated using TypeDoc