@servicenow/sdk - v4.9.0
    Preparing search index...
    Notification: {
        permission: NotificationPermission;
        prototype: Notification;
        requestPermission(
            deprecatedCallback?: NotificationPermissionCallback,
        ): Promise<NotificationPermission>;
        new (title: string, options?: NotificationOptions): Notification;
    }

    Type Declaration