* dev: hotfix, moved combobox and datepicker * dev: hotfix, moved combobox and datepicker * dev: hotfix, text-size standardization * dev: hotfix, text-size standardization * feat/encounter-status-107: wip * feat/encounter: wip * feat/encounter: done --------- Co-authored-by: Munawwirul Jamal <munawwirul.jamal@gmail.com>
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
export interface DeathCause {
|
|
id: bigint;
|
|
encounter_id: bigint;
|
|
value: any; // json mapped to 'any' type
|
|
}
|
|
|