Skip to main content
Module

x/slack_bolt/mod.ts>WorkflowStepDeletedEvent

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface WorkflowStepDeletedEvent
import { type WorkflowStepDeletedEvent } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Properties

type: "workflow_step_deleted"
workflow_id: string
workflow_draft_configuration: { version_id: string; app_steps: { app_id: string; workflow_step_id: string; callback_id: string; }[]; }
optional
workflow_published_configuration: { version_id: string; app_steps: { app_id: string; workflow_step_id: string; callback_id: string; }[]; }
event_ts: string