FlowCondition: FlowBaseElement & {
    leftValueReference: string;
    operator: string;
    rightValue?: FlowElementReferenceOrValue | null;
}

Type declaration