diff --git a/index.d.ts b/index.d.ts index 7ab8ade..5298688 100644 --- a/index.d.ts +++ b/index.d.ts @@ -76,7 +76,7 @@ declare namespace DbTypes { schema?: string; } - function wrapError(err: Error): DBError; + function wrapError(err: unknown): DBError; export { wrapError,