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