Files
simrsx-fe/app/models/installation.ts
T
2025-10-04 08:30:16 +07:00

6 lines
102 B
TypeScript

export interface Installation {
code: string
name: string
encounterClass_code?: string | null
}