mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
exported BoomError interface on Boom.d.ts
This commit is contained in:
Vendored
+2
-1
@@ -6,7 +6,8 @@
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module Boom {
|
||||
interface BoomError {
|
||||
|
||||
export interface BoomError {
|
||||
data: any;
|
||||
reformat: () => void;
|
||||
isBoom: boolean;
|
||||
|
||||
Reference in New Issue
Block a user