import { INgxSelectOptions } from 'ngx-select-ex'; export interface IAtxSelectConfig extends INgxSelectOptions { optionTextField: string; optionValueField: string; }