Type Alias EngineServerSubscriptionStream<TStreamType>

EngineServerSubscriptionStream<TStreamType>: {
    type: TStreamType;
} & EngineServerSubscriptionStreamParamsByType[TStreamType]

Describes a stream that can be subscribed to.

Type Parameters