Variable Notification

    Notification: {
        permission: NotificationPermission;
        prototype: Notification;
        new (title: string, options?: NotificationOptions): Notification;
    }

    Type declaration