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

    Interface FetchOptions

    interface FetchOptions {
        body?: Record<string, any>;
        headers?: Record<string, any>;
        signal?: AbortSignal;
    }
    Index

    Properties

    body?: Record<string, any>
    headers?: Record<string, any>
    signal?: AbortSignal