{{ 'calculated-fields.entity-aggregation.aggregation-interval' | translate }}
calculated-fields.aggregate-interval-type
@for (type of AggIntervalTypes; track type) {
{{ AggIntervalTypeTranslations.get(type) | translate }}
}
@if (entityAggregationConfiguration.get('interval.type').value === AggIntervalType.CUSTOM) {
}