Interface GroupsGetAddressesResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number

Total count of addresses

items: GroupsAddress[]

Generated using TypeDoc