Skip to content

Commit 7e5588c

Browse files
authored
Fix serialize error options type (#24)
1 parent f905b5c commit 7e5588c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface IProviderCustomErrorOptions extends IErrorOptions {
2828

2929
interface SerializeErrorOptions {
3030
fallbackError?: object,
31-
shouldSerializeStack?: boolean,
31+
shouldIncludeStack?: boolean,
3232
}
3333

3434
export interface ISerializeError {

0 commit comments

Comments
 (0)