Files
simrsx-fe/app/models/specialist.ts
T

6 lines
80 B
TypeScript

export interface Specialist {
code: string
name: string
unit_id: number
}