UNPKG

@openinc/parse-server-opendash

Version:
11 lines (10 loc) 361 B
/** * 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" } }