@sourceloop/notification-service / Exports / NotificationUserRepository
Class: NotificationUserRepository¶
Hierarchy¶
-
DefaultSoftCrudRepository
<NotificationUser
, typeofid
>↳
NotificationUserRepository
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new NotificationUserRepository(dataSource
, notificationRepositoryGetter
)
Parameters¶
Name | Type |
---|---|
dataSource |
DataSource |
notificationRepositoryGetter |
Getter <NotificationRepository > |
Overrides¶
DefaultSoftCrudRepository< NotificationUser, typeof NotificationUser.prototype.id \>.constructor
Defined in¶
services/notification-service/src/repositories/notification-user.repository.ts:22
Properties¶
notification¶
• Readonly
notification: BelongsToAccessor
<Notification
, undefined
| string
>
Defined in¶
services/notification-service/src/repositories/notification-user.repository.ts:17
notificationRepositoryGetter¶
• Protected
notificationRepositoryGetter: Getter
<NotificationRepository
>
Defined in¶
services/notification-service/src/repositories/notification-user.repository.ts:26