diff --git a/types/schema.d.ts b/types/schema.d.ts index 63e4b72193..ce2f49cf68 100644 --- a/types/schema.d.ts +++ b/types/schema.d.ts @@ -2,7 +2,7 @@ * Schemas in Fastify follow the JSON-Schema standard. For this reason * we have opted to not ship strict schema based types. Instead we provide * an example in our documentation on how to solve this problem. Check it - * out here: + * out here: https://github.com/fastify/fastify/blob/main/docs/TypeScript.md#json-schema */ export interface FastifySchema { body?: unknown;