SQL Query Generator Function Update
This commit is contained in:
Vendored
+1
@@ -1158,6 +1158,7 @@ export type ServerQueryQueryObject = {
|
||||
value: string | string[];
|
||||
operator?: "AND" | "OR";
|
||||
equality?: "EQUAL" | "LIKE";
|
||||
tableName?: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user