MCPcopy
hub / github.com/fastify/fastify / FastifyRouteConfig

Interface FastifyRouteConfig

types/route.d.ts:28–31  ·  types/route.d.ts::FastifyRouteConfig

Source from the content-addressed store, hash-verified

26import { ContextConfigDefault, HTTPMethods, RawReplyDefaultExpression, RawRequestDefaultExpression, RawServerBase, RawServerDefault } from class="st">'./utils'
27
28export interface FastifyRouteConfig {
29 url: string;
30 method: HTTPMethods | HTTPMethods[];
31}
32
33export interface RouteGenericInterface extends RequestGenericInterface, ReplyGenericInterface { }
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected