UNPKG
inngest-setup-redwoodjs
Version:
latest (1.0.0)
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Setup Inngest in RedwoodJS
inngest/envelop-plugin-inngest
inngest-setup-redwoodjs
/
typings
/
function
/
tasks.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
import
{
Listr
}
from
'listr2'
;
import
type
{
SetupFunctionTasksOptions
}
from
'./types'
;
export
declare
const
tasks
:
(
options
:
SetupFunctionTasksOptions
) =>
Listr
<
any
,
"default"
,
"simple"
>;