UNPKG
adonis-resque
Version:
latest (2.0.2)
2.0.2
2.0.0-alpha.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Resque Queue for AdonisJS v6
github.com/shiny/adonis-resque
shiny/adonis-resque
adonis-resque
/
build
/
commands
/
main.d.ts
5 lines
(3 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
import
{
CommandMetaData
,
Command
}
from
'@adonisjs/ace/types'
;
export
function
getMetaData
(
):
Promise
<
CommandMetaData
[]>
export
function
getCommand
(
metaData: CommandMetaData
):
Promise
<
Command
|
null
>