Skip to content

@sourceloop/notification-service / Exports

@sourceloop/notification-service

Table of contents

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Type Aliases

INotificationFilterFunc

Ƭ INotificationFilterFunc: (notif: Notification) => Promise<Notification>

Type declaration

▸ (notif): Promise<Notification>

Parameters
Name Type
notif Notification
Returns

Promise<Notification>

Defined in

services/notification-service/src/types.ts:22


NotificationUserWithRelations

Ƭ NotificationUserWithRelations: NotificationUser & NotificationUserRelations

Defined in

services/notification-service/src/models/notification-user.model.ts:70


NotificationWithRelations

Ƭ NotificationWithRelations: Notification & NotificationRelations

Defined in

services/notification-service/src/models/notification.model.ts:86

Variables

NotifAccessCacheSourceName

Const NotifAccessCacheSourceName: "NotifAccessCache"

Defined in

services/notification-service/src/types.ts:35


NotifDbSourceName

Const NotifDbSourceName: "NotifDb"

Defined in

services/notification-service/src/types.ts:34