Skip to main content
Module

x/deno_slack_sdk/mod.ts>ManifestSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestSchema
import { type ManifestSchema } from "https://deno.land/x/deno_slack_sdk@1.6.0/mod.ts";
definition: { _metadata?: ManifestMetadataSchema; settings: ManifestSettingsSchema; app_directory?: ManifestAppDirectorySchema; display_information: ManifestDisplayInformationSchema; icon: string; oauth_config: ManifestOauthConfigSchema; features: ManifestFeaturesSchema; functions?: ManifestFunctionsSchema; workflows?: ManifestWorkflowsSchema; outgoing_domains?: string[]; types?: ManifestCustomTypesSchema; datastores?: ManifestDataStoresSchema; events?: ManifestCustomEventsSchema; external_auth_providers?: ManifestExternalAuthProviders; }