#14-intelligent-groups #21

Merged
jkeffects merged 15 commits from #14-intelligent-groups into main 2024-12-19 09:50:51 +00:00
Showing only changes of commit 1b93b28258 - Show all commits

View file

@ -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;