FlowTranslation: {
    choices: FlowChoiceTranslation[];
    fullName: string;
    label?: string | null;
    screens: FlowScreenTranslation[];
    stages: FlowStageTranslation[];
    textTemplates: FlowTextTemplateTranslation[];
}

Type declaration