@limitry/client - v0.4.1
    Preparing search index...

    Interface RequestOptions

    interface RequestOptions {
        body?: unknown;
        headers?: Record<string, string>;
        method?: string;
        params?: Record<string, string | number | boolean | null | undefined>;
        timeout?: number;
    }
    Index

    Properties

    body?: unknown
    headers?: Record<string, string>
    method?: string
    params?: Record<string, string | number | boolean | null | undefined>
    timeout?: number