UNPKG
agenda-admin
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A dashboard for agenda.js
github.com/Lexis-Solutions/agenda-admin
Lexis-Solutions/agenda-admin
agenda-admin
/
dist
/
types.d.ts
2 lines
(1 loc)
•
108 B
TypeScript
View Raw
1
2
export
declare
type
StatusType =
'repeating'
|
'scheduled'
|
'queued'
|
'completed'
|
'failed'
|
'running'
;