@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
8 lines (7 loc) • 365 B
TypeScript
import { RegisteredNotification } from "..";
/**
* Returns all notifications from the OpenService plugin defined in types/config.ts as an array of Notification objects.
* @returns all notifications from the OpenService plugin
*/
export declare function getAllNotifications(): RegisteredNotification[];
export default function initNotifications(): Promise<void>;