UNPKG

270 BTypeScriptView Raw
1import { NestInterceptor, Type } from '@nestjs/common';
2import { MulterField, MulterOptions } from '../interfaces/multer-options.interface';
3export declare function FileFieldsInterceptor(uploadFields: MulterField[], localOptions?: MulterOptions): Type<NestInterceptor>;