initial setup

This commit is contained in:
Narul Hidayah
2025-12-30 20:23:40 +07:00
parent 6b7842a3b4
commit 2725800707
275 changed files with 2 additions and 17811 deletions

View File

@ -1,39 +1,14 @@
export * from "../entity/cif_account";
export * from "../entity/lnkolek";
export * from "../entity/trial_balance_branch";
export * from "../entity/trial_balance_consolidation";
export * from "../entity/user_activity";
export * from "../entity/user_refresh_token";
export * from "../entity/users";
export * from "../entity/users_roles";
export * from "../entity/branchs";
export * from "../entity/products";
export * from "../entity/menu";
export * from "../entity/administrativu";
export * from "../entity/aldeia";
export * from "../entity/class_economi";
export * from "../entity/district";
export * from "../entity/income_tier";
export * from "../entity/munisipo";
export * from "../entity/suco";
export * from "../entity/log_pull";
export * from "../entity/categories";
export * from "../entity/puller_status";
export * from "../entity/targets";
export * from "../entity/bank_garansi";
export * from "../entity/bank_garansi_type";
export * from "../entity/bank_garansi_status";
export * from "../entity/bank_garansi_pending";
export * from "../entity/bank_garansi_pic";
export * from "../entity/summarizes";
export * from "../entity/summarize_log";
export * from "../entity/ledgers";
export * from "../entity/bpa_format";
export * from "../entity/bpa_log";
export * from "../entity/bpa";
export * from "../entity/application";
export * from "../entity/teller_mutation";
export * from "../entity/mutation_gl";
export * from "../entity/application"
export * from "../types/action";
export * from "../types/error";
@ -41,9 +16,4 @@ export * from "../types/paging";
export * from "../types/role";
export * from "../types/status";
export * from "../types/email";
export * from "../types/sms";
export * from "../types/pull";
export * from "../types/category_source";
export * from "../types/category";
export * from "../types/summarize";
export * from "../types/telegram";