fix: resolve list organization source
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface Installation {
|
||||
id?: number | null
|
||||
code: string
|
||||
name: string
|
||||
encounterClass_code?: string | null
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@ export interface Unit {
|
||||
id?: number
|
||||
code: string
|
||||
name: string
|
||||
installation?: string | number
|
||||
installation_id?: string | number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user