diff --git a/updateCountryList.ts b/updateCountryList.ts index 284b57b..1dac5cc 100644 --- a/updateCountryList.ts +++ b/updateCountryList.ts @@ -9,8 +9,8 @@ type RestCountry = { nativeName: Record< string, { - official: 'República de Nicaragua' - common: 'Nicaragua' + official: string + common: string } > }