export type TextAreaMessages = {
  invalid: string;
  tooLong: string;
};
