mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
Merge pull request #3666 from optical/oboe-error
Change error from string to Error
This commit is contained in:
2
oboe/oboe.d.ts
vendored
2
oboe/oboe.d.ts
vendored
@@ -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