Go to Latest
type alias AppsManifestCreateResponse
import { type AppsManifestCreateResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/client/generated-response/AppsManifestCreateResponse.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; }