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 df1102a commit e94a4f3Copy full SHA for e94a4f3
src/utils.ts
@@ -24,7 +24,7 @@ export type DataWithOptionalCause =
24
// an object with an index signature must be assignable to the index
25
// signature's type. So we have to use `Json | unknown` instead.
26
[key: string]: Json | unknown;
27
- cause: unknown;
+ cause?: unknown;
28
};
29
30
/**
0 commit comments