UNPKG

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