import { PacketBodyValue } from '../types/packet-body-value.type'; export interface PacketBody { type: PacketBodyValue; value: any; }