Type Alias ClientPingStatus

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