UNPKG
@fabrix/spool-crons
Version:
latest (1.6.0)
1.6.0
1.5.0
1.1.0
1.1.0-alpha.1
Spool - Cron Jobs for Fabrix
fabrix.app
fabrix-app/spool-crons
@fabrix/spool-crons
/
dist
/
archetype
/
config
/
engine.d.ts
9 lines
(8 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
crons
: {
live_mode
:
string
|
boolean
;
auto_save
:
string
|
boolean
;
profile
:
string
;
auto_schedule
:
boolean
;
uptime_delay
:
string
|
number
;
profiles
: {}; };