Params to provide to a subscribe / unsubscribe action.

interface EngineServerSubscriptionParams {
    stream: EngineServerSubscriptionStream<keyof EngineServerSubscriptionStreamParamsByType>;
}

Properties

Properties