Class: Notification
Defined in: backends/web-backend/src/notifications/notification.schema.ts:7
Constructors
Constructor
new Notification():
Notification
Returns
Notification
Properties
actorUsername
actorUsername:
string
Defined in: backends/web-backend/src/notifications/notification.schema.ts:24
body
body:
string
Defined in: backends/web-backend/src/notifications/notification.schema.ts:18
link
link:
string|null
Defined in: backends/web-backend/src/notifications/notification.schema.ts:21
readAt
readAt:
Date|null
Defined in: backends/web-backend/src/notifications/notification.schema.ts:27
recipientUsername
recipientUsername:
string
Defined in: backends/web-backend/src/notifications/notification.schema.ts:9
title
title:
string
Defined in: backends/web-backend/src/notifications/notification.schema.ts:15
type
type:
string
Defined in: backends/web-backend/src/notifications/notification.schema.ts:12
