export interface IErrorsForm {
  fields: Record<string, string>
  global: string[]
}
