WorkflowConditionRequest: {
    actions: WorkflowActionsRequest[];
    condition: "BEFORE" | "AFTER";
}

Type declaration