@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
44 lines (36 loc) • 1.68 kB
Markdown
# PickIUserLocationExcludeKeyofIUserLocationType
From T, pick a set of properties whose keys are in the union K
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 { PickIUserLocationExcludeKeyofIUserLocationType } from '@tennac-booking/sdk';
const instance: PickIUserLocationExcludeKeyofIUserLocationType = {
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)