We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArrayPercentilesItem.key
string
double
1 parent d8ac13a commit 7fdfdd1Copy full SHA for 7fdfdd1
specification/_types/aggregations/Aggregate.ts
@@ -160,7 +160,7 @@ type Percentiles = KeyedPercentiles | Array<ArrayPercentilesItem>
160
type KeyedPercentiles = Dictionary<string, string | double | null>
161
162
export class ArrayPercentilesItem {
163
- key: string
+ key: double
164
value: double | null
165
value_as_string?: string
166
}
0 commit comments