@violentmonkey/types
    Preparing search index...

    Interface VMScriptGMNotificationControl

    A control object returned by GM_notification. control.remove() can be used to remove the notification.

    interface VMScriptGMNotificationControl {
        remove: () => Promise<void>;
    }
    Index
    remove: () => Promise<void>

    Remove the notification immediately.