This commit is contained in:
2025-10-14 10:36:28 +07:00
7 changed files with 327 additions and 45 deletions

View File

@ -1,3 +1,4 @@
export * from "../types/gps";
export * from "../entity/gps_devices";
export * from "../entity/gps_device_log";
export * from "../entity/gps_vehicles";

2
src/schema/telemor.ts Normal file
View File

@ -0,0 +1,2 @@
export * from "../entity/telemor_mosan_remit_configs";
export * from "../entity/telemor_logs";