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

Interface FastifyContextConfig

types/context.d.ts:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { ContextConfigDefault } from './utils'
3
4export interface FastifyContextConfig {
5}
6
7/**
8 * Route context object. Properties defined here will be available in the route's handler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected