Kind: Interface
Source: atloria-monorepo/apps/api/src/notification/notification.service.ts
Properties
| Property | Type |
|---|---|
userId | string |
type | `'MENTION' |
title | string |
message | string |
entityType | string |
entityId | string |
metadata | Record<string, any> |
Kind: Interface
Source: atloria-monorepo/apps/api/src/notification/notification.service.ts
| Property | Type |
|---|---|
userId | string |
type | `'MENTION' |
title | string |
message | string |
entityType | string |
entityId | string |
metadata | Record<string, any> |
Was this page helpful?