adding toJSON() method of HttpError to definition file (#18640)

This commit is contained in:
Chris Mincarelli 2017-08-14 16:17:07 -04:00 committed by Mohamed Hegazy
parent bc55e7a12a
commit 88daab0181

View File

@ -35,6 +35,8 @@ export class HttpError extends VError {
body: any;
displayName: string;
toJSON(): any;
}
export class DefinedHttpError extends HttpError {