Skip to main content

Interfaces

RequestOptions

Defined in: _vendor/api/resources/depositDestinations/client/Client.ts:19

Extends

  • BaseRequestOptions

Properties

abortSignal?
optional abortSignal: AbortSignal;
Defined in: _vendor/BaseClient.ts:45 A hook to abort the request.
Inherited from
BaseRequestOptions.abortSignal
headers?
optional headers: Record<string, EndpointSupplier<string | null | undefined>>;
Defined in: _vendor/BaseClient.ts:49 Additional headers to include in the request.
Inherited from
BaseRequestOptions.headers
maxRetries?
optional maxRetries: number;
Defined in: _vendor/BaseClient.ts:43 The number of times to retry the request. Defaults to 2.
Inherited from
BaseRequestOptions.maxRetries
queryParams?
optional queryParams: Record<string, unknown>;
Defined in: _vendor/BaseClient.ts:47 Additional query string parameters to include in the request.
Inherited from
BaseRequestOptions.queryParams
timeoutInSeconds?
optional timeoutInSeconds: number;
Defined in: _vendor/BaseClient.ts:41 The maximum time to wait for a response in seconds.
Inherited from
BaseRequestOptions.timeoutInSeconds

Type Aliases