UNPKG

@openinc/parse-server-opendash

Version:
8 lines (7 loc) 365 B
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>;