UNPKG

@nestjs/platform-express

Version:

Nest - modern, fast, powerful node.js web framework (@platform-express)

4 lines (3 loc) 261 B
import { NestInterceptor, Type } from '@nestjs/common'; import { MulterOptions } from '../interfaces/multer-options.interface'; export declare function FilesInterceptor(fieldName: string, maxCount?: number, localOptions?: MulterOptions): Type<NestInterceptor>;