Skip to content

Commit c8be3b7

Browse files
floberndgithub-actions[bot]
authored andcommitted
Change KeyedPercentiles value type from long to double (#5108)
(cherry picked from commit 2fbfdad)
1 parent 5e2701d commit c8be3b7

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
@@ -157,7 +157,7 @@ type Percentiles = KeyedPercentiles | Array<ArrayPercentilesItem>
157157
// <key_name>_as_string? string - present if a format was provided
158158
//
159159
// Note: defined as type alias and not inline, as some clients may want to implement it in a more usable way.
160-
type KeyedPercentiles = Dictionary<string, string | long | null>
160+
type KeyedPercentiles = Dictionary<string, string | double | null>
161161

162162
export class ArrayPercentilesItem {
163163
key: string

0 commit comments

Comments
 (0)