MCPcopy Create free account
hub / github.com/fastify/fastify / PrintRoutesOptions

Interface PrintRoutesOptions

types/instance.d.ts:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { FastifyRouterOptions } from '../fastify'
27
28export interface PrintRoutesOptions {
29 method?: HTTPMethods;
30 includeMeta?: boolean | (string | symbol)[]
31 commonPrefix?: boolean
32 includeHooks?: boolean
33}
34
35type AsyncFunction = (...args: any) => Promise<any>
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected