type change
This commit is contained in:
parent
2f60cc51a3
commit
1b93b28258
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export type ConditionStructure = (
|
|||
| {
|
||||
structureType: "nested";
|
||||
invert?: boolean;
|
||||
condition: Array<ConditionStructure>;
|
||||
conditions: Array<ConditionStructure>;
|
||||
}
|
||||
) & {
|
||||
concat: WhereType;
|
||||
|
|
Loading…
Reference in a new issue