Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionBaseEvent<T>

    interface EngineServerSubscriptionBaseEvent<
        T extends
            EngineServerSubscriptionEventType = EngineServerSubscriptionEventType,
    > {
        type: T;
        product_id: number;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: T
    product_id: number