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