export interface Item { key: string, name: string, class?: string, type: string, category?: string }