Skip to content

Commit c48a4a3

Browse files
Change type of ArrayPercentilesItem.key from string to double (#5134) (#5135)
(cherry picked from commit 8b338d0) Co-authored-by: Florian Bernd <[email protected]>
1 parent cf128dc commit c48a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/aggregations/Aggregate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ type Percentiles = KeyedPercentiles | Array<ArrayPercentilesItem>
160160
type KeyedPercentiles = Dictionary<string, string | double | null>
161161

162162
export class ArrayPercentilesItem {
163-
key: string
163+
key: double
164164
value: double | null
165165
value_as_string?: string
166166
}

0 commit comments

Comments
 (0)