Interface INotificationMessage

Hierarchy

Properties

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

Type declaration

  • action: NotificationAction
  • entity: any
  • Optional old_entity?: any
  • root_parent: IRootParent
  • service: string
  • show: boolean
  • timestamp: string
  • user_id: number
env: string
id: string
metadata?: any[]
read?: boolean
topic: string
type: string

Generated using TypeDoc