@usethrottle/discounts
    Preparing search index...

    Interface DiscountsClientOptions

    interface DiscountsClientOptions {
        apiKey: string;
        baseUrl?: string;
        fetch?: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>;
        timeoutMs?: number;
    }
    Index
    apiKey: string
    baseUrl?: string
    fetch?: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>

    Type Declaration

      • (input: RequestInfo | URL, init?: RequestInit): Promise<Response>
      • Parameters

        • input: RequestInfo | URL
        • Optionalinit: RequestInit

        Returns Promise<Response>

    timeoutMs?: number