SQL Query Generator Function Update

This commit is contained in:
Benjamin Toby
2024-11-08 21:44:24 +01:00
parent 9142f3b3e0
commit 7da2e04cca
4 changed files with 20 additions and 14 deletions
+1
View File
@@ -1158,6 +1158,7 @@ export type ServerQueryQueryObject = {
value: string | string[];
operator?: "AND" | "OR";
equality?: "EQUAL" | "LIKE";
tableName?: string;
};
};