File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/middleware/src/private Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -121,21 +121,13 @@ type InferenceHelper<Request, Props extends object> = {
121121 } ;
122122} ;
123123
124- // eslint-disable-next-line @typescript-eslint/no-explicit-any
125124type InferHandler < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'handler' ] ;
126- // eslint-disable-next-line @typescript-eslint/no-explicit-any
127125type InferHandlerResult < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'handlerResult' ] ;
128- // eslint-disable-next-line @typescript-eslint/no-explicit-any
129126type InferMiddleware < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'middleware' ] ;
130- // eslint-disable-next-line @typescript-eslint/no-explicit-any
131127type InferProps < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'props' ] ;
132- // eslint-disable-next-line @typescript-eslint/no-explicit-any
133128type InferProviderProps < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'providerProps' ] ;
134- // eslint-disable-next-line @typescript-eslint/no-explicit-any
135129type InferProxyProps < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'proxyProps' ] ;
136- // eslint-disable-next-line @typescript-eslint/no-explicit-any
137130type InferRenderer < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'renderer' ] ;
138- // eslint-disable-next-line @typescript-eslint/no-explicit-any
139131type InferRequest < T extends InferenceHelper < any , any > > = T [ '~types' ] [ 'request' ] ;
140132
141133export default templateMiddleware ;
You can’t perform that action at this time.
0 commit comments