GeoHashGrid🔗Definition🔗export interface GeoHashGrid { field?: string; id: string; type: elasticsearch.BucketAggregationType.GeohashGrid; settings?: { precision?: string; }; } See also🔗 GeoHashGridBuilder