WorkflowConditionResponse: {
    actions: WorkflowActionResponse[];
    condition: "BEFORE" | "AFTER";
}

Type declaration