export interface ResultGroup { key: string; value: any; selected?: boolean; }