Structural type covering all pond-ts live objects (LiveSeries, LiveView,
LiveAggregation, LiveRollingAggregation).
Using a structural type instead of the nominal LiveSource<S> avoids casts
when passing LiveAggregation (whose output schema differs from its input
type parameter).
Structural type covering all pond-ts live objects (
LiveSeries,LiveView,LiveAggregation,LiveRollingAggregation).Using a structural type instead of the nominal
LiveSource<S>avoids casts when passingLiveAggregation(whose output schema differs from its input type parameter).