We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4503d commit 6b783baCopy full SHA for 6b783ba
1 file changed
packages/db/src/query/builder/functions.ts
@@ -56,7 +56,7 @@ type ExpressionLike =
56
| Date
57
| null
58
| undefined
59
- | Array<unknown>
+ | Array<ExpressionLike>
60
61
// Helper type to extract the underlying type from various expression types
62
type ExtractType<T> =
0 commit comments