index.d.ts 292 Bytes
Newer Older
冷佳娟's avatar
冷佳娟 committed
1 2 3 4 5 6
import { NotificationsRoot } from './Notifications';
export declare const Notifications: NotificationsRoot;
export * from './interfaces/EventSubscription';
export * from './DTO/Notification';
export * from './interfaces/NotificationEvents';
export * from './interfaces/NotificationCategory';