Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ManifestInteractivitySchema
import { type ManifestInteractivitySchema } from "https://deno.land/x/deno_slack_sdk@2.4.1/manifest/manifest_schema.ts";
definition: { is_enabled: boolean; request_url?: string; message_menu_options_url?: string; }