Interface AccountGetBannedResponse

interface AccountGetBannedResponse {
    count: number;
    groups: GroupsGroup[];
    items: number[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number

groups: GroupsGroup[]
items: number[]
profiles: UsersUserFull[]

Generated using TypeDoc