UNPKG

@locale-tools/countries

Version:

Countries of the world and relational data

7 lines (6 loc) 234 B
import { SetOptional } from "type-fest"; import { NameSchema } from "./nameSchema"; import { ISO3166_2 } from "./iso-3166-2"; export declare type Subdivision = SetOptional<NameSchema, "common"> & { iso_3166_2: ISO3166_2; };