export interface Division { code: string name: string } export interface DivisionPosition { code: string name: string division_id: number }