Type Alias InteractiveWorkflowStep

InteractiveWorkflowStep: {
    actions: InteractiveWorkflowStepActions[];
    blocks: (InteractiveWorkflowStepInputs | InteractiveWorkflowStepBlock)[];
    type: "interactive-step";
}