Type alias Ping

Ping: {
    PING: "PING";
    id: string;
    sent: number;
}

Type declaration

  • PING: "PING"
  • id: string
  • sent: number

Generated using TypeDoc