export type AreaItem = { id: string; level: number; name: string; code: string; children: CategoryItem[]; };