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