import { type ISlackManifestRemote } from "https://deno.land/x/deno_slack_sdk@2.1.5/manifest/types.ts";
Non-Slack hosted app manifest
When runOnSlack = false. Corresponds to function_runtime = remote in ManifestSchema.
Properties
optional
settings: Omit<ManifestSettingsSchema, | "event_subscriptions"
| "socket_mode_enabled"
| "token_rotation_enabled"
| "function_runtime"
optional
eventSubscriptions: ManifestEventSubscriptionsSchemaoptional
appDirectory: ManifestAppDirectorySchema