AAI SDK
    Preparing search index...

    Type Alias CallOptions

    fetch is for TESTS, and callers must leave it unset — same rule as safeFetch's. Naming an implementation is how you accidentally opt out of the screening this whole module exists to keep.

    type CallOptions = {
        fetch?: typeof globalThis.fetch;
    }
    Index
    fetch?: typeof globalThis.fetch