Variable Notification

Notification: {
    permission: NotificationPermission;
    prototype: Notification;
    requestPermission(deprecatedCallback?) => Promise<NotificationPermission>;
    new (title, options?): Notification;
}

Type declaration