export type COUNTRYTYPE = {
  readonly id: string
  country_name: string
  country_code: string
  country_number_code: number
  country_language: string
  country_VAT: number
  currency: string
  country_flag_image: string
  currency_id: number
  currency_name: string
  currency_symbol_php: string
  currency_symbol_html: string
}
