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