Skip to main content
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestSettingsSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestSettingsSchema
import { type ManifestSettingsSchema } from "https://deno.land/x/deno_slack_sdk@2.5.0/manifest/manifest_schema.ts";
definition: { allowed_ip_address_ranges?: [string, ...string[]]; event_subscriptions?: ManifestEventSubscriptionsSchema; incoming_webhooks?: ManifestIncomingWebhooks; interactivity?: ManifestInteractivitySchema; org_deploy_enabled?: boolean; socket_mode_enabled?: boolean; token_rotation_enabled?: boolean; siws_links?: ManifestSiwsLinksSchema; function_runtime?: ManifestFunctionRuntime; }