export type UseCountriesOptions = { language: string; }; export type CountryType = { code: string; name: string; emoji: string; };