Interface IAnnounceNotification

Hierarchy

Properties

buttons?: IButton[]
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
date: number
endDate?: string
env: string
id: string
image?: IImage
isAnnounce?: boolean
read?: boolean
startDate?: string
subTitle: string
title: string
topic: string
type: string

Generated using TypeDoc