Packet: Union<[Record<{
    macAddress: String;
    type: Literal<"CLIENT_HELLO">;
}, false>, Record<{
    protocol: Constraint<Constraint<Constraint<Number, number, unknown>, number, unknown>, number, unknown>;
    type: Literal<"SERVER_HELLO">;
}, false>, Record<{
    type: Literal<"PING_SEND">;
}, false>, Record<{
    type: Literal<"PING_RESPONSE">;
}, false>]> = ...

Generated using TypeDoc