export interface NotificationProps {
  description: string
  title: string
  backgroundColor: string
}