Skip to content

Commit 6b783ba

Browse files
authored
Change Array type from unknown to ExpressionLike
1 parent 3d4503d commit 6b783ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db/src/query/builder/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type ExpressionLike =
5656
| Date
5757
| null
5858
| undefined
59-
| Array<unknown>
59+
| Array<ExpressionLike>
6060

6161
// Helper type to extract the underlying type from various expression types
6262
type ExtractType<T> =

0 commit comments

Comments
 (0)