# CreateNotificationDto

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/notification/notification.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/notification/notification.service.ts#L5)

## Properties

| Property | Type |
|---|---|
| `userId` | `string` |
| `type` | `'MENTION' | 'COMMENT' | 'SUGGESTION' | 'DOCUMENT_SHARED' | 'REVIEW_REQUEST' | 'SYSTEM'` |
| `title` | `string` |
| `message` | `string` |
| `entityType` | `string` |
| `entityId` | `string` |
| `metadata` | `Record<string, any>` |
