export interface ItemType { index?: number; id?: string; label?: string; href?: string; icon?: string; target: string; child?: boolean; dropdown?: Array; }