feat(division): create handler for division position
This commit is contained in:
@@ -2,3 +2,9 @@ export interface Division {
|
||||
code: string
|
||||
name: string
|
||||
}
|
||||
|
||||
export interface DivisionPosition {
|
||||
code: string
|
||||
name: string
|
||||
division_id: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user