Kind: Function
Source: packages/platform-express/multer/interceptors/file-fields.interceptor.ts
Part of: Platform Express
Signature
tsfunction FileFieldsInterceptor(uploadFields: MulterField[], localOptions: MulterOptions): Type<NestInterceptor>
Parameters
| Name | Type |
|---|---|
uploadFields | MulterField[] |
localOptions | MulterOptions |
Returns: Type<NestInterceptor>
Relationships
- IMPORTS →
CallHandler - IMPORTS →
ExecutionContext - IMPORTS →
Inject - IMPORTS →
mixin - IMPORTS →
NestInterceptor - IMPORTS →
Optional - IMPORTS →
Type
Was this page helpful?