Interface AppsGetResponse

interface AppsGetResponse {
    count: number;
    groups: GroupsGroupFull[];
    items: AppsApp[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number of applications

groups: GroupsGroupFull[]
items: AppsApp[]
profiles: UsersUserFull[]

Generated using TypeDoc