export interface DvDropdownItem { selected: T | undefined | null; options: T[]; }