Documentation
    Preparing search index...

    Type Alias QueryOptions

    type QueryOptions = {
        batch?: number;
        debug?: boolean;
        headers?: Record<string, string>;
        offset?: number;
        responseType?: string;
        url?: string;
        where?: object;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    batch?: number
    debug?: boolean
    headers?: Record<string, string>
    offset?: number
    responseType?: string
    url?: string
    where?: object