Type Alias IAggregationStrategy

IAggregationStrategy:
    | "group"
    | "item"
    | "group+item"
    | "group+top+item"
    | "group+item+top"