diff --git a/types/index.d.ts b/types/index.d.ts index 28dfe36..360f3c1 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,6 +1,6 @@ import * as connect from 'connect' import { FastifyPluginCallback } from 'fastify' -import * as http from 'http' +import * as http from 'node:http' declare module 'fastify' { interface FastifyInstance {