export const errorMessages: {
  [name: string]: string;
} = { isInvalid: "is-invalid" };
/**
 *
 */
