Updates
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user