@wxn0brp/vql-client
    Preparing search index...

    Interface Config

    interface Config {
        body?: Record<string, any>;
        fetchImplementation: FetchImplementation;
        headers?: Record<string, any>;
        hookContext?: any;
        hooks?: VQLHooks;
        transport?: VQLTransport;
        url?: string;
    }
    Index
    body?: Record<string, any>

    default transport body

    fetchImplementation: FetchImplementation
    headers?: Record<string, any>

    default transport headers

    hookContext?: any

    default transport context

    hooks?: VQLHooks
    transport?: VQLTransport
    url?: string