UNPKG

@voiceflow/fetch

Version:

Voiceflow fetch wrapper and error handling for SDKs

6 lines 220 B
import type { RequestHeaders } from './request-options.interface'; export interface ClientConfiguration { baseURL?: string; headers?: RequestHeaders; } //# sourceMappingURL=client-configuration.interface.d.ts.map