Change error from string to Error

This commit is contained in:
Jared
2015-02-17 13:16:36 +13:00
parent 604e1a1da2
commit 77b5d45c49
+1 -1
View File
@@ -51,7 +51,7 @@ declare module "oboe" {
}
interface FailReason {
thrown?: string;
thrown?: Error;
statusCode?: number;
body?: string;
jsonBody?: Object;