UNPKG

274 BTypeScriptView Raw
1import { NestInterceptor, Type } from '@nestjs/common';
2import { MulterOptions } from '../interfaces/multer-options.interface';
3/**
4 * @param localOptions
5 *
6 * @publicApi
7 */
8export declare function AnyFilesInterceptor(localOptions?: MulterOptions): Type<NestInterceptor>;