UNPKG

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