From d32f18fe93cf4c79d8253505ed68c3a5db0c884e Mon Sep 17 00:00:00 2001 From: sidorko Date: Sat, 29 Nov 2025 16:21:43 +0300 Subject: [PATCH] Update types.ts --- src/types.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/types.ts b/src/types.ts index 17762706..65cc5b65 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2318,9 +2318,6 @@ export type ExcludeElysiaResponse = PartialIf< undefined extends Awaited ? true : false > -/** - * @deprecated - */ export type InferContext< T extends AnyElysia, Path extends string = T['~Prefix'], @@ -2334,9 +2331,6 @@ export type InferContext< Path > -/** - * @deprecated - */ export type InferHandler< T extends AnyElysia, Path extends string = T['~Prefix'],