OptiView Ads SDK
    Preparing search index...

    Interface ManifestRequest

    The outgoing manifest request; an interceptor may return a modified copy (URL and/or headers).

    interface ManifestRequest {
        headers?: Record<string, string>;
        url: string;
    }
    Index
    headers?: Record<string, string>

    Request headers to send with the fetch.

    url: string

    The URL to fetch the manifest from.