Skip to content

FileFieldsInterceptor

reference
1 min readUpdated

Kind: Function

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

Part of: Platform Express

Signature

ts
function FileFieldsInterceptor(uploadFields: MulterField[], localOptions: MulterOptions): Type<NestInterceptor>

Parameters

NameType
uploadFieldsMulterField[]
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
FileFieldsInterceptor — NestJS head-to-head