UNPKG

@voiceflow/fetch

Version:

Voiceflow fetch wrapper and error handling for SDKs

11 lines 550 B
import * as undici from 'undici'; import type { ClientConfiguration } from './client-configuration.interface'; import { FetchClient as BaseFetchClient } from './fetch.client'; export * from './client-configuration.interface'; export * from './fetch.interface'; export * from './http-method.enum'; export * from './request-options.interface'; export declare class FetchClient extends BaseFetchClient<undici.RequestInit, URL | undici.Request, undici.Response> { constructor(config?: ClientConfiguration); } //# sourceMappingURL=main.undici.d.ts.map