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";
|
structureType: "nested";
|
||||||
invert?: boolean;
|
invert?: boolean;
|
||||||
condition: Array<ConditionStructure>;
|
conditions: Array<ConditionStructure>;
|
||||||
}
|
}
|
||||||
) & {
|
) & {
|
||||||
concat: WhereType;
|
concat: WhereType;
|
||||||
|
|
Loading…
Reference in a new issue