MCPcopy
hub / github.com/fastify/fastify / FastifyTypeProvider

Interface FastifyTypeProvider

types/type-provider.d.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// -----------------------------------------------------------------------------------------------
8
9export interface FastifyTypeProvider {
10 readonly schema: unknown,
11 readonly validator: unknown,
12 readonly serializer: unknown,
13}
14
15export interface FastifyTypeProviderDefault extends FastifyTypeProvider {}
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…