Skip to content

Documentation / @super-line/client / CallOptions

Interface: CallOptions

Defined in: index.ts:33

Per-call options for a request.

Properties

signal?

optional signal?: AbortSignal

Defined in: index.ts:37

Abort the request; rejects with a BAD_REQUEST SuperLineError.


timeoutMs?

optional timeoutMs?: number

Defined in: index.ts:35

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

Released under the MIT License.