type alias ManifestSlashCommandSchemaimport { type ManifestSlashCommandSchema } from "https://deno.land/x/deno_slack_sdk@1.2.0/manifest/manifest_schema.ts"; definition: { command: string; url?: string; description: string; usage_hint?: string; should_escape?: boolean; }