Interface: TransportConfig
Properties
| Property | Type | Description |
|---|---|---|
accountId? | string | - |
apiToken | string | - |
baseUrl | string | - |
fetchImpl? | (input, init?) => Promise<Response> | - |
maxRetries? | number | - |
timeoutMs? | number | Per-request timeout in milliseconds. Defaults to DEFAULT_REQUEST_TIMEOUT_MS. Set to 0 to disable the timeout. |