StreamOutput is the streaming response declaration attached to an operation via output: stream(...). The kind discriminator lets the runtime distinguish Schema<Out> from StreamOutput<Out>.
StreamOutput
output: stream(...)
kind
Schema<Out>
StreamOutput<Out>
Readonly
Optional
StreamOutputis the streaming response declaration attached to an operation viaoutput: stream(...). Thekinddiscriminator lets the runtime distinguishSchema<Out>fromStreamOutput<Out>.