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'],