@deep/nest-kit
    Preparing search index...

    Interface PubSubSubscription

    interface PubSubSubscription {
        callback: PubSubSubscriptionCallback;
        channel: string;
        id: number;
    }
    Index

    Properties

    Properties

    channel: string
    id: number