Documentation Index
Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ExtractRequestHandlerParams<Defined in: app-sdk/src/expressMiddleware/types.ts:12 Extract the params type from the original Express.js RequestHandler You probably don’t need this type; see createVincentUserMiddleware for detailsT> =TextendsRequestHandler<infer P, infer ResBody, infer ReqBody, infer ReqQuery, infer Locals> ? [P,ResBody,ReqBody,ReqQuery,Locals] :never
Type Parameters
T
T
