Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionParams

    Params to provide to a subscribe / unsubscribe action.

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

    Properties

    Properties