FastifyRequest Type — fastify Architecture
Architecture documentation for the FastifyRequest type/interface in route.test-d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD a1a63928_7790_124b_f658_6fd8b110ff33["FastifyRequest"] 3ab489f6_2df0_4662_012d_4eb49d9e8e87["route.test-d.ts"] a1a63928_7790_124b_f658_6fd8b110ff33 -->|defined in| 3ab489f6_2df0_4662_012d_4eb49d9e8e87 style a1a63928_7790_124b_f658_6fd8b110ff33 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
test/types/route.test-d.ts lines 26–39
interface FastifyRequest<
RouteGeneric,
RawServer,
RawRequest,
SchemaCompiler,
TypeProvider,
ContextConfig,
Logger,
RequestType
> {
message: ContextConfig extends { includeMessage: true }
? string
: null;
}
Defined In
Source
Frequently Asked Questions
What is the FastifyRequest type?
FastifyRequest is a type/interface in the fastify codebase, defined in test/types/route.test-d.ts.
Where is FastifyRequest defined?
FastifyRequest is defined in test/types/route.test-d.ts at line 26.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free