Skip to content

Commit d32f18f

Browse files
authored
Update types.ts
1 parent 3ad795b commit d32f18f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,9 +2318,6 @@ export type ExcludeElysiaResponse<T> = PartialIf<
23182318
undefined extends Awaited<T> ? true : false
23192319
>
23202320

2321-
/**
2322-
* @deprecated
2323-
*/
23242321
export type InferContext<
23252322
T extends AnyElysia,
23262323
Path extends string = T['~Prefix'],
@@ -2334,9 +2331,6 @@ export type InferContext<
23342331
Path
23352332
>
23362333

2337-
/**
2338-
* @deprecated
2339-
*/
23402334
export type InferHandler<
23412335
T extends AnyElysia,
23422336
Path extends string = T['~Prefix'],

0 commit comments

Comments
 (0)