We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb3e29 commit 18b8dd9Copy full SHA for 18b8dd9
src/index.ts
@@ -7,8 +7,11 @@ const isObject = d => Object.prototype.toString.call(d) === '[object Object]';
7
export interface ErrorConfig {
8
message: string;
9
time_thrown?: string;
10
- data?: any,
11
- options?: any,
+ data?: any;
+ options?: {
12
+ showPath?: boolean;
13
+ showLocations?: boolean;
14
+ },
15
}
16
17
export interface ErrorInfo {
0 commit comments