Skip to main content

@slack/web-api / AppsManifestCreateArguments

Interface: AppsManifestCreateArguments

Defined in: src/types/request/apps.ts:15

Extends

  • TokenOverridable

Properties

manifest

manifest: Manifest;

Defined in: src/types/request/apps.ts:16


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token