Skip to main content

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<T> = T extends RequestHandler<infer P, infer ResBody, infer ReqBody, infer ReqQuery, infer Locals> ? [P, ResBody, ReqBody, ReqQuery, Locals] : never
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 details

Type Parameters

T

T