Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
R11baka committed Nov 13, 2024
1 parent f50d235 commit 0ac5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export interface MiddyfiedHandler<
handler: MiddlewareHandler<
LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps>,
TContext, TResult
>
> | LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps>
) => MiddyfiedHandler<TInputHandlerEventProps, TInputHandlerResultProps, TErr, TContext, TInternal>
}

Expand Down

0 comments on commit 0ac5891

Please sign in to comment.