Skip to content

FileInterceptor

reference
1 min readUpdated

Kind: Function

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

Part of: Platform Express

Signature

ts
function FileInterceptor(fieldName: string, localOptions: MulterOptions): Type<NestInterceptor>

Parameters

NameType
fieldNamestring
localOptionsMulterOptions

Returns: Type<NestInterceptor>

Relationships

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

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • AppControllersample/29-file-upload/src/app.controller.ts:15

Was this page helpful?

Download as PDF
FileInterceptor — NestJS head-to-head