- expressHandler<
C extends ActionContext = ActionContext,
I extends z.ZodType<any, any, any, I> = z.ZodTypeAny,
O extends z.ZodType<any, any, any, O> = z.ZodTypeAny,
S extends z.ZodType<any, any, any, S> = z.ZodTypeAny,
>(
action: Action<I, O, S, ActionRunOptions<S>>,
opts?: { contextProvider?: ContextProvider<C, I> },
): express.RequestHandler Returns express.RequestHandler
Exposes provided flow or an action as express handler.