UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 651 B
# VerifyVerificationCodeBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **string** | | [default to undefined] **code** | **string** | | [default to undefined] **context** | **string** | | [optional] [default to undefined] ## Example ```typescript import { VerifyVerificationCodeBody } from '@tennac-booking/sdk'; const instance: VerifyVerificationCodeBody = { email, code, context, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)