@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 565 B
Markdown
# EmailExistsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exists** | **boolean** | | [default to undefined]
**verified** | **boolean** | | [default to undefined]
## Example
```typescript
import { EmailExistsResponse } from '@tennac-booking/sdk';
const instance: EmailExistsResponse = {
exists,
verified,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)