#14-intelligent-groups #21
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