UNPKG
@voiceflow/fetch
Version:
canary (1.10.2-f91712198.164)
latest (1.12.1)
1.12.1
1.12.0
1.11.3
1.11.0
1.10.2
1.10.2-f91712198.164
1.10.1
1.10.1-xavier-prerelease-on-demand-IN-2227.36
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
Voiceflow fetch wrapper and error handling for SDKs
@voiceflow/fetch
/
build
/
esm
/
client-configuration.interface.d.ts
6 lines
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
RequestHeaders
}
from
'./request-options.interface.js'
;
export
interface
ClientConfiguration
{
baseURL
?:
string
;
headers
?:
RequestHeaders
; }
//# sourceMappingURL=client-configuration.interface.d.ts.map