export interface IDropDownOptions { id: number; name: string; value: string; selected?: boolean; }