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

    Interface SelectUsageLimitsCTA

    Sent when the user activates the usage-limits drawer CTA (primary button or a menu alternative). Native executes the current CTA; FE only reports the selection.

    interface SelectUsageLimitsCTA {
        modelId?: string;
    }
    Index
    modelId?: string

    Set when the user picks a model (primaryModelId or menu item). Omitted for non-model primary actions (bypass/subscribe).