Interface AppsGetScopesResponse

interface AppsGetScopesResponse {
    count: number;
    items: AppsScope[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: AppsScope[]

Generated using TypeDoc