From 010fc96b966289a309fad9a971b8187b0fa1ae83 Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Wed, 31 Dec 2025 13:45:50 +0700 Subject: [PATCH] update --- src/schema/hrms.ts | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/schema/hrms.ts b/src/schema/hrms.ts index e9c9b60..8ad426f 100644 --- a/src/schema/hrms.ts +++ b/src/schema/hrms.ts @@ -1,9 +1,14 @@ -export * from "../entity/hrms/hrms_department" -export * from "../entity/hrms/hrms_airport" -export * from "../entity/hrms/hrms_position" -export * from "../entity/hrms/hrms_holiday" -export * from "../entity/hrms/hrms_leave_type" -export * from "../entity/hrms/hrms_shift" -export * from "../entity/hrms/hrms_employee" +export * from "../entity/hrms/hrms_department"; +export * from "../entity/hrms/hrms_airport"; +export * from "../entity/hrms/hrms_position"; +export * from "../entity/hrms/hrms_holiday"; +export * from "../entity/hrms/hrms_leave_type"; +export * from "../entity/hrms/hrms_shift"; +export * from "../entity/hrms/hrms_employee"; +export * from "../entity/hrms/hrms_scholarship"; +export * from "../entity/hrms/hrms_faculty"; +export * from "../entity/hrms/hrms_study"; +export * from "../entity/hrms/hrms_training"; +export * from "../entity/hrms/hrms_training_participant"; -export * from "../types/hrms" \ No newline at end of file +export * from "../types/hrms";