Skip to main content
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestWorkflowSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestWorkflowSchema
import { type ManifestWorkflowSchema } from "https://deno.land/x/deno_slack_sdk@2.7.0/manifest/manifest_schema.ts";
definition: { title?: string; description?: string; input_parameters?: ManifestFunctionParameters; steps: ManifestWorkflowStepSchema[]; }