UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 845 B
# NotificationInitiator ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **type** | [**NotificationActorType**](NotificationActorType.md) | | [default to undefined] **name** | **string** | | [optional] [default to undefined] **picture** | **string** | | [optional] [default to undefined] **isCurrentUser** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { NotificationInitiator } from '@tennac-booking/sdk'; const instance: NotificationInitiator = { id, type, name, picture, isCurrentUser, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)