Interface AppsCatalogList

interface AppsCatalogList {
    count: number;
    items: AppsApp[];
    profiles: UsersUserMin[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: AppsApp[]
profiles: UsersUserMin[]

Generated using TypeDoc