fix typing to allow PrimaryFieldType as Primitive in where

This commit is contained in:
dswbx
2025-03-05 08:14:15 +01:00
parent ef629321ab
commit dda02807c1
3 changed files with 6 additions and 18 deletions

View File

@@ -2,7 +2,6 @@ import {
type BooleanLike,
type FilterQuery,
type Primitive,
type TExpression,
exp,
isBooleanLike,
isPrimitive,