Interface: AppsManifestExportArguments
Extends
AppID
.TokenOverridable
Properties
app_id
app_id: string;
Description
The ID of the app.
Inherited from
AppID.app_id
Defined in
packages/web-api/src/types/request/common.ts:101
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token