export type SubdivisionData = { code: string name: string country: string parent: string | null }