UNPKG
@locale-tools/countries
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.0
Countries of the world and relational data
github.com/gretzky/locale-tools
gretzky/locale-tools
@locale-tools/countries
/
dist
/
types
/
governance.d.ts
10 lines
(9 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ISO3166
_1_Alpha3 }
from
"./iso-3166-1"
;
export
declare
type
Governance
= {
isSovereign
:
boolean
;
isUNMember
:
boolean
;
governingCountry
?:
ISO3166
_1_Alpha3;
isEU
?:
boolean
;
isSchengen
?:
boolean
;
isEurozone
?:
boolean
; };