@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
5 lines (4 loc) • 325 B
TypeScript
export { FunctionKeys, NotificationInterface, NotificationMap, } from "./types/NotificationTypes";
export { Notifications } from "./types/Notifications";
export { RegisteredNotification } from "./states/NotificationClass";
export { getAllNotifications, default as initNotifications, } from "./services/registerNotification";