UNPKG

@nestjs/common

Version:

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

3 lines (2 loc) 191 B
import { MulterOptions } from '../interfaces/external/multer-options.interface'; export declare function FilesInterceptor(fieldName: string, maxCount?: number, options?: MulterOptions): any;