index.ts 348 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3 4 5 6
import { NotificationsRoot } from './Notifications';

const notificationsSingleton = new NotificationsRoot();

export const Notifications = notificationsSingleton;
export * from './interfaces/EventSubscription';
7
export * from './DTO/Notification';
yogevbd's avatar
yogevbd committed
8
export * from './interfaces/NotificationEvents';
9
export * from './interfaces/NotificationCategory';