Notification_2 interface
Signature:
export interface Notification
Properties
| Property | Type | Description |
|---|---|---|
| body | Uint8Array | |
| createdAt | number | |
| decryptedBody | Uint8Array | |
| from | string | |
| id | string | |
| readAt? | number | (Optional) |
| relatedObject? | Invitation | (Optional) |
| to | string | |
| type | NotificationType |