Home / Type/ PrintRoutesOptions Type — fastify Architecture

PrintRoutesOptions Type — fastify Architecture

Architecture documentation for the PrintRoutesOptions type/interface in instance.d.ts from the fastify codebase.

Entity Profile

Dependency Diagram

graph TD
  8341e5d1_a574_cbad_a8c0_03898d8711b7["PrintRoutesOptions"]
  4e9bf84a_5251_4fe5_a2a2_55aee9ba1a06["instance.d.ts"]
  8341e5d1_a574_cbad_a8c0_03898d8711b7 -->|defined in| 4e9bf84a_5251_4fe5_a2a2_55aee9ba1a06
  style 8341e5d1_a574_cbad_a8c0_03898d8711b7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

types/instance.d.ts lines 28–33

export interface PrintRoutesOptions {
  method?: HTTPMethods;
  includeMeta?: boolean | (string | symbol)[]
  commonPrefix?: boolean
  includeHooks?: boolean
}

Defined In

Frequently Asked Questions

What is the PrintRoutesOptions type?
PrintRoutesOptions is a type/interface in the fastify codebase, defined in types/instance.d.ts.
Where is PrintRoutesOptions defined?
PrintRoutesOptions is defined in types/instance.d.ts at line 28.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free