@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
45 lines (37 loc) • 1.58 kB
Markdown
# IUserLocation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | | [default to undefined]
**coordinates** | **Array<number>** | | [default to undefined]
**mapboxId** | **string** | | [optional] [default to undefined]
**mapboxPlaceType** | **Array<string>** | | [optional] [default to undefined]
**mapboxPlaceName** | **string** | | [optional] [default to undefined]
**mapboxAddress** | **string** | | [optional] [default to undefined]
**mapboxContext** | **Array<{ [key: string]: any; }>** | | [optional] [default to undefined]
**mapboxRaw** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**city** | **string** | | [optional] [default to undefined]
**country** | **string** | | [optional] [default to undefined]
**postalCode** | **string** | | [optional] [default to undefined]
**state** | **string** | | [optional] [default to undefined]
**address** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { IUserLocation } from '@tennac-booking/sdk';
const instance: IUserLocation = {
type,
coordinates,
mapboxId,
mapboxPlaceType,
mapboxPlaceName,
mapboxAddress,
mapboxContext,
mapboxRaw,
city,
country,
postalCode,
state,
address,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)