Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestIncomingWebhooks

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestIncomingWebhooks
import { type ManifestIncomingWebhooks } from "https://deno.land/x/deno_slack_sdk@2.14.0/manifest/manifest_schema.ts";
definition: { incoming_webhooks_enabled?: boolean; }