feat/encounter: done
This commit is contained in:
No files matched your search
@@ -0,0 +1,6 @@
|
||||
export interface DeathCause {
|
||||
id: bigint;
|
||||
encounter_id: bigint;
|
||||
value: any; // json mapped to 'any' type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user