Member Junction
    Preparing search index...

    Interface StatusUpdatesFilterContext

    Minimal shape of the subscription's connection context needed by the filter.

    interface StatusUpdatesFilterContext {
        userPayload?: UserPayload;
    }
    Index

    Properties

    Properties

    userPayload?: UserPayload