feat/encounter: done

This commit is contained in:
Andrian Roshandy
2025-10-21 22:48:34 +07:00
parent d8c861d60c
commit 3f77d927b6
14 changed files with 484 additions and 194 deletions

No files matched your search

+6
View File
@@ -0,0 +1,6 @@
export interface DeathCause {
id: bigint;
encounter_id: bigint;
value: any; // json mapped to 'any' type
}