We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c28b3 commit 4bc4ecdCopy full SHA for 4bc4ecd
src/index.ts
@@ -5387,7 +5387,17 @@ export default class Elysia<
5387
const Macro extends Metadata['macro']
5388
>(
5389
path: Path,
5390
- options: WSLocalHook<LocalSchema, Schema, Decorator, Macro>
+ options: WSLocalHook<
5391
+ LocalSchema,
5392
+ Schema,
5393
+ Singleton & {
5394
+ derive: Ephemeral['derive'] & Volatile['derive']
5395
+ resolve: Ephemeral['resolve'] &
5396
+ Volatile['resolve'] &
5397
+ MacroToContext<Metadata['macroFn'], Macro>
5398
+ },
5399
+ Macro
5400
+ >
5401
): Elysia<
5402
BasePath,
5403
Singleton,
0 commit comments