Type alias FlowChoiceTranslation

FlowChoiceTranslation: {
    choiceText?: string | null;
    name: string;
    userInput?: FlowChoiceUserInputTranslation | null;
}

Type declaration