Skip to content

Commit e2c3b53

Browse files
Tade Strehkmledoze
Tade Strehk
authored andcommittedFeb 26, 2025
fix: update unRegionalGroup type to include string literals instead of generic strings
1 parent 47276e4 commit e2c3b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface Country {
3434
independent: boolean
3535
status: string
3636
unMember: boolean
37-
unRegionalGroup: string
37+
unRegionalGroup: "African Group" | "Asia and the Pacific Group" | "Eastern European Group" | "Latin American and Caribbean Group" | "Western European and Others Group" | ""
3838
currencies: { [currencyCode: string]: Currency }
3939
idd: IntlDirectDialingCode
4040
capital: string[]

0 commit comments

Comments
 (0)
Failed to load comments.