UNPKG

@aprilnea/nest-file-fastify

Version:

fastify-multipart decorators for Nest.js

4 lines (3 loc) 203 B
import { NestInterceptor, Type } from "@nestjs/common"; import { UploadOptions } from "../multipart/options"; export declare function AnyFilesInterceptor(options?: UploadOptions): Type<NestInterceptor>;