mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
removed BoomError
This commit is contained in:
1
hapi/hapi.d.ts
vendored
1
hapi/hapi.d.ts
vendored
@@ -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<T> {
|
||||
[key: string]: T;
|
||||
|
||||
Reference in New Issue
Block a user