export interface ISelectOption { key: any; value: any; }