Type alias FlowScreenFieldTranslation

FlowScreenFieldTranslation: {
    fieldText?: string | null;
    helpText?: string | null;
    name: string;
    validationRule?: FlowInputValidationRuleTranslation | null;
}

Type declaration