exported BoomError interface on Boom.d.ts

This commit is contained in:
Nick Lee
2015-06-03 11:18:34 -04:00
parent 2f1df1f635
commit cde81f5458
+2 -1
View File
@@ -6,7 +6,8 @@
/// <reference path="../node/node.d.ts" />
declare module Boom {
interface BoomError {
export interface BoomError {
data: any;
reformat: () => void;
isBoom: boolean;