type alias ManifestWorkflowStepSchemaimport { type ManifestWorkflowStepSchema } from "https://deno.land/x/deno_slack_sdk@1.0.0/manifest/manifest_schema.ts"; definition: { id: string; function_id: string; inputs: { [name: string]: unknown; }; }