@cpod/sdk - v0.2.7
    Preparing search index...

    Interface NotificationEvent

    interface NotificationEvent {
        type: NotificationEventType;
        notification: Notification;
        timestamp: string;
    }
    Index

    Properties

    notification: Notification
    timestamp: string