> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-current-status.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TransportConfig interface reference

> Reference for TransportConfig, the configuration interface for the SDK transport layer, including base URL, default timeout, and interceptors.

# Interface: TransportConfig

## Properties

| Property                                     | Type                                         |
| -------------------------------------------- | -------------------------------------------- |
| <a id="property-apitoken" /> `apiToken`      | `string`                                     |
| <a id="property-baseurl" /> `baseUrl`        | `string`                                     |
| <a id="property-fetchimpl" /> `fetchImpl?`   | (`input`, `init?`) => `Promise`\<`Response`> |
| <a id="property-maxretries" /> `maxRetries?` | `number`                                     |
