StoredNotification
type StoredNotification = object & Notification;
Type for notification that is stored
This should not be used outside of this store or the Notification Center UI components
Includes extra fields managed by the notification center
Type Declaration
created
created: Date;
read
read: Boolean;