commons.d.ts 204 B

1234567
  1. declare const PACKET_TYPES: any;
  2. declare const PACKET_TYPES_REVERSE: any;
  3. declare const ERROR_PACKET: {
  4. type: string;
  5. data: string;
  6. };
  7. export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };