feat(unit): add unit and installation service models
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface Installation {
|
||||
code: string
|
||||
name: string
|
||||
encounterClass_code: string
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
export interface Unit {
|
||||
code: string
|
||||
name: string
|
||||
installation: string | number
|
||||
}
|
||||
Reference in New Issue
Block a user