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 cf128dc commit c48a4a3Copy full SHA for c48a4a3
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