diff --git a/parse/parse.d.ts b/parse/parse.d.ts index f5f7ad4a0..eae08b1c4 100644 --- a/parse/parse.d.ts +++ b/parse/parse.d.ts @@ -867,9 +867,7 @@ declare namespace Parse { * * import Buffer = require("buffer").Buffer; */ - let HTTPOptions: { - new (): HTTPOptions; - }; + var HTTPOptions: new () => HTTPOptions; interface HTTPOptions extends FunctionResponse { /** * The body of the request.