diff --git a/test/index.test-d.ts b/test/index.test-d.ts index ef5ee86f..8a07c8d7 100644 --- a/test/index.test-d.ts +++ b/test/index.test-d.ts @@ -18,7 +18,7 @@ const runServer = async () => { sharedSchemaId: 'sharedId', throwFileSizeLimit: false, // stream should be of type streams.Readable - // body should be of type fastifyMulipart.Record + // body should be of type fastifyMultipart.Record onFile: (fieldName: string, stream: any, filename: string, encoding: string, mimetype: string, body: Record) => { console.log(fieldName, stream, filename, encoding, mimetype, body) },