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
/
subdivision.d.ts
7 lines
(6 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
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; };