| 36 | |
| 37 | declare module '@fastify/error' { |
| 38 | interface FastifyError { |
| 39 | validationContext?: SchemaErrorDataVar; |
| 40 | validation?: FastifySchemaValidationError[]; |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | type Fastify = typeof fastify |
nothing calls this directly
no outgoing calls
no test coverage detected