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 af774b1 commit e26a626Copy full SHA for e26a626
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