UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

4 lines 309 B
import { MulterField, MulterOptions } from '../interfaces'; import { InterceptorInterface, Type } from "../../contracts"; export declare function FileFieldsInterceptor(uploadFields: MulterField[], localOptions?: MulterOptions): Type<InterceptorInterface>; //# sourceMappingURL=file-fields.interceptor.d.ts.map