Skip to main content
Module

x/slack_bolt/mod.ts>WorkflowUnpublishedEvent

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

Properties

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