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 3ad795b commit d32f18fCopy full SHA for d32f18f
src/types.ts
@@ -2318,9 +2318,6 @@ export type ExcludeElysiaResponse<T> = PartialIf<
2318
undefined extends Awaited<T> ? true : false
2319
>
2320
2321
-/**
2322
- * @deprecated
2323
- */
2324
export type InferContext<
2325
T extends AnyElysia,
2326
Path extends string = T['~Prefix'],
@@ -2334,9 +2331,6 @@ export type InferContext<
2334
2331
Path
2335
2332
2336
2333
2337
2338
2339
2340
export type InferHandler<
2341
2342
0 commit comments