diff --git a/types/index.d.ts b/types/index.d.ts index 6c38b0e5..74853810 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -import { Busboy, BusboyConfig, BusboyFileStream } from '@fastify/busboy' +import { BusboyConfig, BusboyFileStream } from '@fastify/busboy' import { FastifyPluginCallback, FastifyRequest } from 'fastify' import { Readable } from 'stream' import { FastifyErrorConstructor } from '@fastify/error'