Interface InfoClientOptions

Hierarchy

  • InfoClientOptions

Properties

basePath: string
customFetchFunction?: ((input, init?) => Promise<Response>)

Type declaration

    • (input, init?): Promise<Response>
    • Parameters

      • input: RequestInfo | URL
      • Optional init: RequestInit

      Returns Promise<Response>

proxy?: string
url: string

Generated using TypeDoc