feat(installation): integrate api installation

This commit is contained in:
riefive
2025-10-01 12:38:04 +07:00
parent ce785f2092
commit e78342829e
8 changed files with 534 additions and 268 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface Installation {
code: string
name: string
encounterClass_code: string
encounterClass_code?: string | null
}