interface HeartbeatPacket {
    d: null | number;
    op: HEARTBEAT;
}

Properties

d op

Properties

d: null | number