feat: add specialist, subspecialist and division handlers
This commit is contained in:
No files matched your search
@@ -0,0 +1,4 @@
|
||||
export interface Division {
|
||||
code: string
|
||||
name: string
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
export interface Subspecialist {
|
||||
code: string
|
||||
name: string
|
||||
unit_id: number
|
||||
}
|
||||
Reference in New Issue
Block a user