src/interfaces/address.interface.ts
Properties |
| address |
address:
|
Type : string
|
| city |
city:
|
Type : string
|
| country |
country:
|
Type : string
|
| lat |
lat:
|
Type : string | number
|
| lng |
lng:
|
Type : string | number
|
| region |
region:
|
Type : string
|
| state |
state:
|
Type : string
|
| zip |
zip:
|
Type : string
|