Kind: Function
Source: packages/platform-express/multer/interceptors/files.interceptor.ts
Part of: Platform Express
Signature
tsfunction FilesInterceptor(fieldName: string, maxCount: number, localOptions: MulterOptions): Type<NestInterceptor>
Parameters
| Name | Type |
|---|---|
fieldName | string |
maxCount | number |
localOptions | MulterOptions |
Returns: Type<NestInterceptor>
Relationships
- IMPORTS →
CallHandler - IMPORTS →
ExecutionContext - IMPORTS →
Inject - IMPORTS →
mixin - IMPORTS →
NestInterceptor - IMPORTS →
Optional - IMPORTS →
Type
Was this page helpful?