ApproximateLocation interface
model interface ApproximateLocation
Properties
| city | |
| country | |
| region | |
| timezone | |
| type | The type of location approximation. Always |
Property Details
city
city?: string
Property Value
string
country
country?: string
Property Value
string
region
region?: string
Property Value
string
timezone
timezone?: string
Property Value
string
type
The type of location approximation. Always approximate.
type: "approximate"
Property Value
"approximate"