export interface ISelectionItem { label: string, keywords: string, template: T, id?: string | number, color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'light' }