export interface Specialist { id?: number code: string name: string unit_id: number | string }