Skip to content

Commit

Permalink
Change demonyms property type
Browse files Browse the repository at this point in the history
  • Loading branch information
thevuong authored and mledoze committed Sep 11, 2023
1 parent 61b9feb commit 3100acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface Country {
languages: { [languageCode: string]: string }
translations: { [languageCode: string]: OfficialAndCommon }
latlng: [number, number]
demonyms: { [languageCode: string]?: Demonyms }
demonyms: { [languageCode: string]: Demonyms }
landlocked: boolean
borders: string[]
area: number
Expand Down

0 comments on commit 3100acd

Please sign in to comment.