Forest Admin - API reference
    Preparing search index...

    Type Alias TConditionTreeBranch<S, N>

    type TConditionTreeBranch<
        S extends TSchema = TSchema,
        N extends TCollectionName<S> = TCollectionName<S>,
    > = {
        aggregator: Aggregator;
        conditions: (TConditionTreeBranch<S, N> | TConditionTreeLeaf<S, N>)[];
    }

    Type Parameters

    Index

    Properties

    aggregator: Aggregator