export interface ErrorMessageData {
  message: string;
  bullets: string[];
}
