Type alias Notification

Notification: {
    created_at: Date;
    data: NotificationData;
    event: EventTypes;
    id: string;
    notifiable_id: number;
    notifiable_type: string;
    read_at: null | Date;
    type: string;
    updated_at: Date;
}

Type declaration

  • created_at: Date
  • data: NotificationData
  • event: EventTypes
  • id: string
  • notifiable_id: number
  • notifiable_type: string
  • read_at: null | Date
  • type: string
  • updated_at: Date

Generated using TypeDoc