@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface AutofillPasskeysMessages

    Requests, Notifications and Subscriptions from the AutofillPasskeys feature

    interface AutofillPasskeysMessages {
        notifications: RegisterPasskeyRequestNotification;
        subscriptions: PasskeySelectedSubscription;
    }
    Index

    Properties