Interface BootstrapNotification

Bootstrap notification. Emitted when the notification system is initialized. Marks the beginning of notification tracking session.

interface BootstrapNotification {
    id: string;
    timestamp: number;
    type: "bootstrap";
}

Properties

Properties

id: string
timestamp: number
type: "bootstrap"