export interface INgxSelect2ExOption {
    id: number | string;
    value: string;
    disabled?: boolean;
    selected?: boolean;
}
