export interface ItemData { _id: string _name: string _parent?: string _type?: string }