| 2 | import { ContextConfigDefault } from './utils' |
| 3 | |
| 4 | export interface FastifyContextConfig { |
| 5 | } |
| 6 | |
| 7 | /** |
| 8 | * Route context object. Properties defined here will be available in the route's handler |
nothing calls this directly
no outgoing calls
no test coverage detected