@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
8 lines (7 loc) • 518 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";
export { EmailState } from "./states/EmailState";
export { sendSimpleEmail, sendTemplateEmail } from "./services/sendMails";
export { initEmailTransport } from "./services/initEmailTransport";