UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

23 lines (15 loc) 601 B
# AccountDeletionRequestResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **requestId** | **string** | | [default to undefined] **success** | **boolean** | | [default to undefined] ## Example ```typescript import { AccountDeletionRequestResponse } from '@tennac-booking/sdk'; const instance: AccountDeletionRequestResponse = { requestId, 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)