export enum SupportedCountry {
  AR = "AR",
  BR = "BR",
  CL = "CL",
  PE = "PE",
  CO = "CO",
}
