Type alias PingPeerResponseType

PingPeerResponseType: {
    latency: number;
    reportedVersion: string;
}

Type declaration

  • latency: number
  • reportedVersion: string