Skip to content

Commit

Permalink
chore(types): fix Elysia#use internal param type
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Mar 17, 2024
1 parent 891cce5 commit 6b3241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ export default class Elysia<
*/
use(
plugin:
| Elysia<any, any, any, any, any, any, any, any>
| MaybePromise<Elysia<any, any, any, any, any, any, any, any>>
| Elysia<any, any, any, any, any, any, any, any>[]
| MaybePromise<
(
Expand Down

0 comments on commit 6b3241b

Please sign in to comment.