UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
src
/
app
/
dashboard
/
models
/
City.d.ts
12 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
ILocationV
2 }
from
"./Location"
;
export
interface
ICityV
2 {
id
:
string
;
name
:
string
;
country
:
string
;
countryCode
:
string
;
state
:
string
;
displayPriority
:
number
;
image
:
string
;
locations
?:
ILocationV
2[]; }
//# sourceMappingURL=City.d.ts.map