import { SelectDialogOption } from '../../../OnyxSelectDialog/types.js'; export type OnyxCountryMenuItemProps = { /** * Currently selected country. */ modelValue: TValue; /** * List of available countries. */ options: SelectDialogOption[]; };