export interface Item { description: string; id: string; ignore?: boolean; kind: string; longname: string; name: string; order: number; }