FlowConstant: FlowElement & {
    dataType: string;
    value?: FlowElementReferenceOrValue | null;
}

Type declaration