@nats-io/nats-core
    Preparing search index...

    Type Alias ClientPingStatus

    type ClientPingStatus = {
        pendingPings: number;
        type: "ping";
    }
    Index

    Properties

    Properties

    pendingPings: number
    type: "ping"