Interface UsersSearchResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number

Total number of available results

items: UsersUserFull[]

Generated using TypeDoc