[[reference-shared-types-get_script_languages]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || 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 GetScriptLanguages types [discrete] [[GetScriptLanguagesLanguageContext]] === GetScriptLanguagesLanguageContext [pass] ++++
++++
interface GetScriptLanguagesLanguageContext {
  contexts: string[]
  language: <>
}
[pass]
++++
++++ [discrete] [[GetScriptLanguagesRequest]] === GetScriptLanguagesRequest [pass] ++++
++++
interface GetScriptLanguagesRequest extends <> {
}
[pass]
++++
++++ [discrete] [[GetScriptLanguagesResponse]] === GetScriptLanguagesResponse [pass] ++++
++++
interface GetScriptLanguagesResponse {
  language_contexts: <>[]
  types_allowed: string[]
}
[pass]
++++
++++