import { type StreamInfo } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
Stream configuration info
Properties
config: StreamConfig
The active configuration for the Stream
state: StreamState
Detail about the current State of the Stream
optional
cluster: ClusterInfoCluster information for the stream if applicable
optional
mirror: StreamSourceInfoInformation about an upstream stream source in a mirror
optional
sources: StreamSourceInfo[]Sources for the Stream if applicable
optional
alternates: StreamAlternate[]Alternates for a stream if applicable. Alternates are listed in order of TTL. With streams at the start of the Array potentially closer and faster to access.