Interface GroupsGetByIdObjectResponse

interface GroupsGetByIdObjectResponse {
    groups: GroupsGroupFull[];
    profiles: GroupsProfileItem[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

groups: GroupsGroupFull[]
profiles: GroupsProfileItem[]

Generated using TypeDoc