UNPKG

inngest-setup-redwoodjs

Version:

Setup Inngest in RedwoodJS

3 lines (2 loc) 198 B
import type { SetupFunctionTasksOptions } from './types'; export declare const handler: ({ cwd, force, name, type, graphql, eventName, operationType, }: SetupFunctionTasksOptions) => Promise<void>;