Skip to content

NoFilesInterceptor

reference
1 min readUpdated

Kind: Function

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

Part of: Platform Express

Signature

ts
function NoFilesInterceptor(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
NoFilesInterceptor — NestJS head-to-head