Skip to main content
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestWorkflowStepSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestWorkflowStepSchema
import { type ManifestWorkflowStepSchema } from "https://deno.land/x/deno_slack_sdk@2.3.0/manifest/manifest_schema.ts";
definition: { id: string; function_id: string; inputs: { [name: string]: unknown; }; }