UNPKG

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