export interface DropdownBoxOptionsInterface { value: string; label?: string; labelUnit0?: string; labelUnit1?: string; }