@sourceloop/notification-service / Exports / NotificationUser
Class: NotificationUser¶
Hierarchy¶
-
BaseEntity
<NotificationUser
>↳
NotificationUser
Indexable¶
▪ [prop: string
]: any
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new NotificationUser(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <NotificationUser > |
Inherited from¶
BaseEntity<NotificationUser>.constructor
Defined in¶
packages/core/dist/models/base-entity.model.d.ts:6
Properties¶
actionMeta¶
• Optional
actionMeta: AnyObject
Defined in¶
services/notification-service/src/models/notification-user.model.ts:51
createdOn¶
• Optional
createdOn: Date
Inherited from¶
BaseEntity.createdOn
Defined in¶
packages/core/dist/models/base-entity.model.d.ts:4
id¶
• Optional
id: string
Defined in¶
services/notification-service/src/models/notification-user.model.ts:20
isDraft¶
• Optional
isDraft: boolean
Defined in¶
services/notification-service/src/models/notification-user.model.ts:58
isRead¶
• Optional
isRead: boolean
Defined in¶
services/notification-service/src/models/notification-user.model.ts:44
modifiedOn¶
• Optional
modifiedOn: Date
Inherited from¶
BaseEntity.modifiedOn
Defined in¶
packages/core/dist/models/base-entity.model.d.ts:5
notificationId¶
• notificationId: string
Defined in¶
services/notification-service/src/models/notification-user.model.ts:30
userId¶
• userId: string
Defined in¶
services/notification-service/src/models/notification-user.model.ts:37