protobufs/packages/ts/mod.ts
Thomas Göttgens a893051ea2 next
2026-02-25 15:01:31 +01:00

30 lines
1.5 KiB
TypeScript

export * as Admin from "./lib/admin_pb.ts";
export * as Api from "./lib/api_pb.ts";
export * as AppOnly from "./lib/apponly_pb.ts";
export * as ATAK from "./lib/atak_pb.ts";
export * as CannedMessages from "./lib/cannedmessages_pb.ts";
export * as Channel from "./lib/channel_pb.ts";
export * as ClientOnly from "./lib/clientonly_pb.ts";
export * as Common from "./lib/common_pb.ts";
export * as Config from "./lib/config_pb.ts";
export * as ConnectionStatus from "./lib/connection_status_pb.ts";
export * as DeviceOnly from "./lib/deviceonly_pb.ts";
export * as DeviceUI from "./lib/device_ui_pb.ts";
export * as HwDeviceRegistry from "./lib/hw_device_registry_pb.ts";
export * as HwVendorRegistry from "./lib/hw_vendor_registry_pb.ts";
export * as Interdevice from "./lib/interdevice_pb.ts";
export * as LocalOnly from "./lib/localonly_pb.ts";
export * as ModemPresetRegistry from "./lib/modem_preset_registry_pb.ts";
export * as ModuleConfig from "./lib/module_config_pb.ts";
export * as Mqtt from "./lib/mqtt_pb.ts";
export * as Packet from "./lib/packet_pb.ts";
export * as PaxCount from "./lib/paxcount_pb.ts";
export * as Portnums from "./lib/portnums_pb.ts";
export * as PowerMon from "./lib/powermon_pb.ts";
export * as RegionRegistry from "./lib/region_registry_pb.ts";
export * as RemoteHardware from "./lib/remote_hardware_pb.ts";
export * as Rtttl from "./lib/rtttl_pb.ts";
export * as StoreForward from "./lib/storeforward_pb.ts";
export * as Telemetry from "./lib/telemetry_pb.ts";
export * as Wire from "./lib/wire_pb.ts";
export * as Xmodem from "./lib/xmodem_pb.ts";