Updates
This commit is contained in:
Vendored
+1
-1
@@ -836,7 +836,7 @@ export type ServerQueryValuesObject = {
|
||||
export type ServerQueryObject<T extends object = {
|
||||
[key: string]: any;
|
||||
}, K extends string = string> = {
|
||||
value?: string | (string | ServerQueryValuesObject)[];
|
||||
value?: string | (string | ServerQueryValuesObject | undefined | null)[];
|
||||
nullValue?: boolean;
|
||||
notNullValue?: boolean;
|
||||
operator?: (typeof ServerQueryOperators)[number];
|
||||
|
||||
Reference in New Issue
Block a user