UNPKG

@aprilnea/nest-file-fastify

Version:

fastify-multipart decorators for Nest.js

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