Documentation / @super-line/client / CallOptions
Interface: CallOptions
Defined in: index.ts:33
Per-call options for a request.
Properties
signal?
optionalsignal?:AbortSignal
Defined in: index.ts:37
Abort the request; rejects with a BAD_REQUEST SuperLineError.
timeoutMs?
optionaltimeoutMs?:number
Defined in: index.ts:35
Override the default request timeout (ms). 0 disables the timeout.