Interface GroupsGetResponse

interface GroupsGetResponse {
    count: number;
    items: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total communities number

items: number[]

Community ID

Generated using TypeDoc