Skip to main content
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestSlashCommandSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestSlashCommandSchema
import { type ManifestSlashCommandSchema } from "https://deno.land/x/deno_slack_sdk@2.9.0/manifest/manifest_schema.ts";
definition: { command: string; url?: string; description: string; usage_hint?: string; should_escape?: boolean; }