UNPKG

@openinc/parse-server-opendash

Version:
5 lines (4 loc) 325 B
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";