Skip to content

Commit 8334a1f

Browse files
committed
RIP IAggregateItem
1 parent ba3bc45 commit 8334a1f

File tree

10 files changed

+173
-140
lines changed

10 files changed

+173
-140
lines changed

src/Nest/Aggregations/AggregationResult.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
namespace Nest
77
{
88
[ExactContractJsonConverter(typeof(AggregationResultJsonConverter))]
9-
public interface IAggregationItem
10-
{
11-
}
12-
13-
public interface IAggregationResult : IAggregationItem
9+
public interface IAggregationResult
1410
{
1511
IDictionary<string, object> Meta { get; set; }
1612
}

0 commit comments

Comments
 (0)