generative-ts

Interface HttpClient<TCustomHttpClientRequestOptions>

interface HttpClient<TCustomHttpClientRequestOptions> {
    fetch(endpoint, request): Promise<unknown>;
}

Type Parameters

  • TCustomHttpClientRequestOptions = unknown

Methods

Methods