[[reference-shared-types-search_mvt]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// == Shared SearchMvt types [discrete] [[SearchMvtRequest]] === SearchMvtRequest [pass] ++++
++++
interface SearchMvtRequest extends <> {
  index: <>
  field: <>
  zoom: <>
  x: <>
  y: <>
  aggs?: Record>>
  buffer?: <>
  exact_bounds?: boolean
  extent?: <>
  fields?: <>
  grid_agg?: <>
  grid_precision?: <>
  grid_type?: <>
  query?: <>
  runtime_mappings?: <>
  size?: <>
  sort?: <>
  track_total_hits?: <>
  with_labels?: boolean
}
[pass]
++++
++++ [discrete] [[SearchMvtResponse]] === SearchMvtResponse [pass] ++++
++++
type SearchMvtResponse = <>
[pass]
++++
++++