Interface: AdminAppsConfigLookupArguments
Extends
TokenOverridable
Properties
app_ids
app_ids: string[];
Description
An array of app IDs to get app configs for.
Defined in
packages/web-api/src/types/request/admin/apps.ts:69
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token