This commit is contained in:
2026-02-22 14:21:03 +01:00
parent 0e44676226
commit 3d0ee2e688
5 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1043,7 +1043,7 @@ export type ServerQueryParamsJoinMatchObject<Field extends object = {
/** Field name from the **Join Table** */
target?: keyof Field | ServerQueryParamsJoinMatchSourceTargetObject;
/** A literal value: No source and target Needed! */
targetLiteral?: string;
targetLiteral?: string | number;
__batch?: {
matches: Omit<ServerQueryParamsJoinMatchObject<Field>, "__batch">[];
operator: "AND" | "OR";