Skip to content

FilesInterceptor

reference
1 min readUpdated

Kind: Function

Source: packages/platform-express/multer/interceptors/files.interceptor.ts

Part of: Platform Express

Signature

ts
function FilesInterceptor(fieldName: string, maxCount: number, localOptions: MulterOptions): Type<NestInterceptor>

Parameters

NameType
fieldNamestring
maxCountnumber
localOptionsMulterOptions

Returns: Type<NestInterceptor>

Relationships

  • IMPORTS → CallHandler
  • IMPORTS → ExecutionContext
  • IMPORTS → Inject
  • IMPORTS → mixin
  • IMPORTS → NestInterceptor
  • IMPORTS → Optional
  • IMPORTS → Type

Was this page helpful?

Download as PDF
FilesInterceptor — NestJS head-to-head