@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
11 lines (10 loc) • 361 B
TypeScript
/**
* Notifications that should be registered in the database by default when the server starts.
* The ACLs are set to od-admin only.
* Adding new Notification here requires the server to restart for registering those.
*/
export declare namespace Notifications {
enum OpenService {
schedule_due = "maintenance:notification.schedule_due"
}
}