// Code generated by typegen/main.go. DO NOT EDIT. // Countries represents all supported countries with their flags export const countries = [ {{- range $country := . }} { name: "{{ $country.Name }}", flag: "{{ $country.Flag }}", }, {{- end }} ];