Interface IRawNotification

Represents the raw data of a single Notification.

interface IRawNotification {
    __typename: string;
    id: string;
    itemType: string;
    notification_icon: RawNotificationType;
    notification_url: INotificationUrl;
    rich_message: INotificationRichMessage;
    template: INoticiationTemplate;
    timestamp_ms: string;
}

Properties

__typename: string
id: string
itemType: string
notification_icon: RawNotificationType
notification_url: INotificationUrl
rich_message: INotificationRichMessage
template: INoticiationTemplate
timestamp_ms: string