UNPKG
nigerian-state-city-selector
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
nigerian-state-city-selector
nigerian-state-city-selector
/
dist
/
interface
/
city.d.ts
6 lines
(5 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
CityDataInterface
{
code
:
string
;
name
:
string
;
state_id
:
number
; }