import { ABP } from '@abp/ng.core'; export interface Option extends Partial> { display?: T[Extract]; lookup?: T[Extract]; ext?: T; }