export interface PacketType {
    type: number;
    typeName: string;
    payload: unknown;
}
