export interface WorkflowUnconditionalModelInput { /** Optional human-readable label for the condition used throughout the UI. */ label?: string; }