import { IOptionModel } from "../interfaces/input-dropdown-option.interface"; export type SelectDropdownValueType = { option: IOptionModel; optionValue?: string; label?: string; setNotFoundError?: boolean; };