poli, room

This commit is contained in:
Narul Hidayah
2026-02-05 13:57:26 +07:00
parent 133a1c624d
commit 2087594aef
3 changed files with 97 additions and 0 deletions

View File

@ -12,6 +12,8 @@ export * from "../entity/application"
export * from "../entity/nationality"
export * from "../entity/diagnosis"
export * from "../entity/diagnostic_procedure"
export * from "../entity/poli"
export * from "../entity/room"
export * from "../types/action";
export * from "../types/error";