From 97323f216b35581c0052f8defa2aebdb5baee670 Mon Sep 17 00:00:00 2001 From: Florian Plattner Date: Sat, 26 Mar 2016 09:38:21 +0100 Subject: [PATCH] removed BoomError --- hapi/hapi.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/hapi/hapi.d.ts b/hapi/hapi.d.ts index 44c74bcad3..8d31e14517 100644 --- a/hapi/hapi.d.ts +++ b/hapi/hapi.d.ts @@ -12,7 +12,6 @@ declare module "hapi" { import http = require("http"); import stream = require("stream"); import Events = require("events"); - import BoomError = Boom.BoomError; interface IDictionary { [key: string]: T;