UNPKG

dbaas

Version:

Database as a service. Expose db to REST and GraphQL.

3 lines (2 loc) 118 B
type ScheduleHookHandler = (cron: string, callback: () => Promise<void>) => void; export default ScheduleHookHandler;