UNPKG

fastify-file-interceptor

Version:

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

4 lines (3 loc) 224 B
import { NestInterceptor, Type } from "@nestjs/common"; import { Options } from "multer"; export declare function FilesFastifyInterceptor(fieldName: string, maxCount?: number, localOptions?: Options): Type<NestInterceptor>;