mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
Add maxFileSize to MultipartBodyParser interface (#26940)
This commit is contained in:
committed by
Mohamed Hegazy
parent
bc2502ba54
commit
ab2a4f66b0
1
types/restify/index.d.ts
vendored
1
types/restify/index.d.ts
vendored
@@ -1284,6 +1284,7 @@ export namespace plugins {
|
||||
multipartHandler?: any;
|
||||
mapParams?: boolean;
|
||||
mapFiles?: boolean;
|
||||
maxFileSize?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user