RouteShorthandOptionsWithHandler Type — fastify Architecture
Architecture documentation for the RouteShorthandOptionsWithHandler type/interface in route.d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD 99761d05_66fe_4470_5003_6c46851795d8["RouteShorthandOptionsWithHandler"] 52813f8b_e087_562d_15f1_38c45eb87051["route.d.ts"] 99761d05_66fe_4470_5003_6c46851795d8 -->|defined in| 52813f8b_e087_562d_15f1_38c45eb87051 style 99761d05_66fe_4470_5003_6c46851795d8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/route.d.ts lines 111–122
export interface RouteShorthandOptionsWithHandler<
RawServer extends RawServerBase = RawServerDefault,
RawRequest extends RawRequestDefaultExpression<RawServer> = RawRequestDefaultExpression<RawServer>,
RawReply extends RawReplyDefaultExpression<RawServer> = RawReplyDefaultExpression<RawServer>,
RouteGeneric extends RouteGenericInterface = RouteGenericInterface,
ContextConfig = ContextConfigDefault,
SchemaCompiler extends FastifySchema = FastifySchema,
TypeProvider extends FastifyTypeProvider = FastifyTypeProviderDefault,
Logger extends FastifyBaseLogger = FastifyBaseLogger
> extends RouteShorthandOptions<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider, Logger> {
handler: RouteHandlerMethod<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, NoInfer<SchemaCompiler>, TypeProvider, Logger>;
}
Defined In
Source
Frequently Asked Questions
What is the RouteShorthandOptionsWithHandler type?
RouteShorthandOptionsWithHandler is a type/interface in the fastify codebase, defined in types/route.d.ts.
Where is RouteShorthandOptionsWithHandler defined?
RouteShorthandOptionsWithHandler is defined in types/route.d.ts at line 111.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free