export interface NotificationMessage { /** The targeted site id. */ siteId: string; /** The targeted session id. */ sessionId?: string; }