mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Change error from string to Error
This commit is contained in:
Vendored
+1
-1
@@ -51,7 +51,7 @@ declare module "oboe" {
|
||||
}
|
||||
|
||||
interface FailReason {
|
||||
thrown?: string;
|
||||
thrown?: Error;
|
||||
statusCode?: number;
|
||||
body?: string;
|
||||
jsonBody?: Object;
|
||||
|
||||
Reference in New Issue
Block a user