export interface ElementInterface { key: number; name: string; selected?: boolean; }