FlowChoice: FlowElement & {
    choiceText: string;
    dataType: string;
    userInput?: FlowChoiceUserInput | null;
    value?: FlowElementReferenceOrValue | null;
}

Type declaration