export interface NotificationItemProps {
  message: string;
  productName: string;
  imageSrc: string;
  isLast: boolean;
}
