Skip to content

Documentation / @super-line/client / CallOptions

Interface: CallOptions

Defined in: index.ts:53

Per-call options for a request.

Properties

signal?

optional signal?: AbortSignal

Defined in: index.ts:57

Abort the request; rejects with a BAD_REQUEST SuperLineError.


timeoutMs?

optional timeoutMs?: number

Defined in: index.ts:55

Override the default request timeout (ms). 0 disables the timeout.

Released under the MIT License.