UNPKG

@gersur/nest-file-fastify

Version:

fastify-multipart decorators for Nest.js

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