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 f0032be commit 0dcbcdbCopy full SHA for 0dcbcdb
src/client/index.ts
@@ -71,7 +71,7 @@ interface CreateQuirrelClientArgs<T> {
71
};
72
73
fetch?: typeof fetch;
74
- catchDecryptionErrors?: (error: Error) => void;
+ catchDecryptionErrors?(error: unknown): void;
75
}
76
77
const vercelMs = z
0 commit comments