Skip to content

Commit

Permalink
chore(index.ts): export required types to fix TS2742 error
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDeveloper committed Nov 7, 2023
1 parent 8c428d5 commit e06f493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/inngest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export type {
} from "./components/Inngest";
export { InngestCommHandler } from "./components/InngestCommHandler";
export type { ServeHandlerOptions } from "./components/InngestCommHandler";
export type { InngestFunction } from "./components/InngestFunction";
export { InngestMiddleware } from "./components/InngestMiddleware";
export type {
MiddlewareOptions,
Expand Down Expand Up @@ -47,4 +48,6 @@ export type {
StepOptionsOrId,
TimeStr,
TriggerOptions,
FunctionTrigger,
Handler,
} from "./types";

0 comments on commit e06f493

Please sign in to comment.