This commit is contained in:
Benjamin Toby
2025-06-04 08:44:33 +01:00
parent 761348de08
commit 881128fcea
5 changed files with 8 additions and 1 deletions
+1
View File
@@ -977,6 +977,7 @@ export type ServerQueryObject<T extends object = {
}> = {
value?: string | string[];
nullValue?: boolean;
notNullValue?: boolean;
operator?: (typeof ServerQueryOperators)[number];
equality?: (typeof ServerQueryEqualities)[number];
tableName?: string;