Type alias Pong

Pong: Omit<Ping, "PING"> & {
    PING: "PONG";
    pid: number;
}

Type declaration

  • PING: "PONG"
  • pid: number

Generated using TypeDoc