| 7 | // ----------------------------------------------------------------------------------------------- |
| 8 | |
| 9 | export interface FastifyTypeProvider { |
| 10 | readonly schema: unknown, |
| 11 | readonly validator: unknown, |
| 12 | readonly serializer: unknown, |
| 13 | } |
| 14 | |
| 15 | export interface FastifyTypeProviderDefault extends FastifyTypeProvider {} |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…