export type TreeData = { key: string; label: string; isDir?: boolean; children?: TreeData[] }