update employee

This commit is contained in:
Narul Hidayah
2025-12-31 16:30:32 +07:00
parent cf3a070465
commit 7383c1cf7b
6 changed files with 141 additions and 13 deletions

View File

@ -9,6 +9,7 @@ export * from "../entity/district";
export * from "../entity/munisipo";
export * from "../entity/suco";
export * from "../entity/application"
export * from "../entity/nationality"
export * from "../types/action";
export * from "../types/error";