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
/
handler.d.cts
3 lines
(2 loc)
•
198 B
text/typescript
View Raw
1
2
3
import
type
{
SetupFunctionTasksOptions
}
from
'./types'
;
export
declare
const
handler
:
(
{ cwd, force, name,
type
, graphql, eventName, operationType, }:
SetupFunctionTasksOptions
) =>
Promise
<
void
>;