UNPKG

@openinc/parse-server-opendash

Version:
8 lines (7 loc) 518 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"; export { EmailState } from "./states/EmailState"; export { sendSimpleEmail, sendTemplateEmail } from "./services/sendMails"; export { initEmailTransport } from "./services/initEmailTransport";