Module

x/slack_web_api_client/index.ts>AppsManifestCreateResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias AppsManifestCreateResponse
import { type AppsManifestCreateResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";
definition: SlackAPIResponse & { app_id?: string; credentials?: Credentials; error?: string; errors?: Error[]; needed?: string; oauth_authorize_url?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }
definition: SlackAPIResponse & { app_id?: string; credentials?: Credentials; error?: string; errors?: Error[]; needed?: string; oauth_authorize_url?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }
import AppsManifestCreateResponse
import { AppsManifestCreateResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/index.ts";