Interface GroupsSearchResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number

Total communities number

Generated using TypeDoc