Skip to main content
Module

x/slack_web_api_client/index.ts>AppsManifestCreateResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias AppsManifestCreateResponse
Re-export
import { type AppsManifestCreateResponse } from "https://deno.land/x/slack_web_api_client@0.9.2/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; }