type alias ManifestShortcutSchemaimport { type ManifestShortcutSchema } from "https://deno.land/x/deno_slack_sdk@1.1.0/manifest/manifest_schema.ts"; definition: { name: string; type: "message" | "global"; callback_id: string; description: string; }