UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

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