diff --git a/specification/_types/aggregations/Aggregate.ts b/specification/_types/aggregations/Aggregate.ts index 764c880cd7..b9cf3868cc 100644 --- a/specification/_types/aggregations/Aggregate.ts +++ b/specification/_types/aggregations/Aggregate.ts @@ -157,7 +157,7 @@ type Percentiles = KeyedPercentiles | Array // _as_string? string - present if a format was provided // // Note: defined as type alias and not inline, as some clients may want to implement it in a more usable way. -type KeyedPercentiles = Dictionary +type KeyedPercentiles = Dictionary export class ArrayPercentilesItem { key: string