Interface: EventStreamOptions
Defined in: util/eventStream.ts:3
Properties
endEvents?
optionalendEvents?: readonlystring[]
Defined in: util/eventStream.ts:7
Events that, when emitted, end the stream.
signal?
optionalsignal?:AbortSignal
Defined in: util/eventStream.ts:5
Abort signal that ends the stream when triggered.