brows3r — TypeScript API
    Preparing search index...

    Type Alias ClearScope

    ClearScope:
        | { kind: "all" }
        | { bucketId: string; kind: "bucket" }
        | { kind: "op"; op: string }

    Scope selector for capabilityClear.

    When undefined the backend defaults to All.