Files
simrsx-fe/app/models/unit.ts

6 lines
88 B
TypeScript

export interface Unit {
code: string
name: string
installation: string | number
}