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