import { type Trigger } from "https://deno.land/x/slack_web_api_client@0.11.0/client/automation-response/index.ts";
Properties
workflow: { id: string; workflow_id: string; callback_id: string; title: string; description: string; type: string; input_parameters: { type: string; name: string; title: string; description?: string; is_required: boolean; }[]; output_parameters: Record<string, any>[]; app_id: string; app: { id: string; name: string; icons: { image_32: string; image_48: string; image_64: string; image_72: string; }; is_workflow_app: boolean; }; date_created: number; date_updated: number; date_deleted: number; }