Interface GroupsGetRequestsFieldsResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number

Total communities number

items: UsersUserFull[]

Generated using TypeDoc