6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export interface Specialist {
|
|
code: string
|
|
name: string
|
|
unit_id: number
|
|
}
|