Nested🔗Definition🔗export interface Nested { field?: string; id: string; type: elasticsearch.BucketAggregationType.Nested; settings?: any; } See also🔗 NestedBuilder