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

# Interface: TransportConfig

> TransportConfig interface in the Terminal49 TypeScript SDK, configures API token, base URL, max retries, and optional fetch implementation for transport.

# 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`                                     |
