export type CountryType = {
    name: string;
    dial_code: string;
    code: string;
};
