export type RatingMessages = {
  rating: string;
  stars: string;
};
