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

Interface FastifyReplyContext

types/context.d.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface FastifyReplyContext<ContextConfig = ContextConfigDefault> {
18 /**
19 * @deprecated Use Reply#routeOptions#config or Reply#routeOptions#schema instead
20 */
21 config: FastifyContextConfig & FastifyRouteConfig & ContextConfig;
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected