填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

ValidationErrors

Defines the map of errors returned from failed validation checks.

type ValidationErrors = { [key: string]: any; };
      
      type ValidationErrors = {
    [key: string]: any;
};