Skip to main content

@slack/web-api / AppsManifestCreateResponse

Type Alias: AppsManifestCreateResponse

type AppsManifestCreateResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/AppsManifestCreateResponse.ts:11

Type Declaration

app_id?

optional app_id?: string;

credentials?

optional credentials?: Credentials;

error?

optional error?: string;

errors?

optional errors?: Error[];

needed?

optional needed?: string;

oauth_authorize_url?

optional oauth_authorize_url?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

response_metadata?

optional response_metadata?: ResponseMetadata;

team_domain?

optional team_domain?: string;

team_id?

optional team_id?: string;

warning?

optional warning?: string;