Skip to main content

Interface: TransportConfig

Properties

PropertyTypeDescription
accountId?string-
apiTokenstring-
baseUrlstring-
fetchImpl?(input, init?) => Promise<Response>-
maxRetries?number-
timeoutMs?numberPer-request timeout in milliseconds. Defaults to DEFAULT_REQUEST_TIMEOUT_MS. Set to 0 to disable the timeout.