diff --git a/types/index.d.ts b/types/index.d.ts index d25c399..82d130d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -import { AsyncResource } from 'async_hooks' +import { AsyncResource } from 'node:async_hooks' import { FastifyPluginCallback, FastifyRequest } from 'fastify' type FastifyRequestContext =