@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
21 lines (13 loc) • 604 B
Markdown
# SubscriptionMutationResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscription** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
## Example
```typescript
import { SubscriptionMutationResponse } from '@tennac-booking/sdk';
const instance: SubscriptionMutationResponse = {
subscription,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)