import { countryCodes } from './constants'; export type CountryCode = (typeof countryCodes)[number];