UNPKG

@locale-tools/countries

Version:

Countries of the world and relational data

10 lines (9 loc) 260 B
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; };