UNPKG

chatkitty

Version:
22 lines (14 loc) 611 B
# NotificationData Additional context data of this notification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **string** | The type of notification that was received. This specifies the schema of the notification data | [default to undefined] ## Example ```typescript import { NotificationData } from 'chatkitty'; const instance: NotificationData = { type, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)