UNPKG

fastify-file-interceptor

Version:

This library for Nestjs using FastifyAdapter it rely on library fastify-multer and express multer

4 lines (3 loc) 228 B
import { NestInterceptor, Type } from "@nestjs/common"; import { Options, Field } from "multer"; export declare function FileFieldsFastifyInterceptor(fields: ReadonlyArray<Field>, localOptions?: Options): Type<NestInterceptor>;