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