Interface INotificationMessage

Hierarchy

Properties

createdAt: number
data: {
    action: NotificationAction;
    entity: any;
    root_parent: IRootParent;
    service: string;
    timestamp: string;
    user_id: number;
}

Type declaration

  • action: NotificationAction
  • entity: any
  • root_parent: IRootParent
  • service: string
  • timestamp: string
  • user_id: number
env: string
id: string
read?: boolean
topic: string
type: string

Generated using TypeDoc