From ab2a4f66b09c908cd368ac6bec43c7bebad773ae Mon Sep 17 00:00:00 2001 From: DUBREZ Samuel Date: Mon, 2 Jul 2018 19:09:08 +0200 Subject: [PATCH] Add maxFileSize to MultipartBodyParser interface (#26940) --- types/restify/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/restify/index.d.ts b/types/restify/index.d.ts index 68193a9b85..9e04ad098e 100644 --- a/types/restify/index.d.ts +++ b/types/restify/index.d.ts @@ -1284,6 +1284,7 @@ export namespace plugins { multipartHandler?: any; mapParams?: boolean; mapFiles?: boolean; + maxFileSize?: number; } /**