Type alias FlowInputValidationRuleTranslation

FlowInputValidationRuleTranslation: {
    errorMessage?: string | null;
}

Type declaration

  • Optional errorMessage?: string | null