Type alias Notification

Notification: NotificationBase & {
    _id: string;
    createdAt: string;
    notificationId: string;
    seen: boolean;
}

Type declaration

  • _id: string
  • createdAt: string
  • notificationId: string
  • seen: boolean

Generated using TypeDoc