Skip to content

AnyFilesInterceptor

reference
1 min readUpdated

Kind: Function

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

Part of: Platform Express

Signature

ts
function AnyFilesInterceptor(localOptions: MulterOptions): Type<NestInterceptor>

Parameters

NameType
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
AnyFilesInterceptor — NestJS head-to-head