diff --git a/specification/indices/_types/IndexSettings.ts b/specification/indices/_types/IndexSettings.ts index 66b651271e..8183983397 100644 --- a/specification/indices/_types/IndexSettings.ts +++ b/specification/indices/_types/IndexSettings.ts @@ -513,8 +513,6 @@ export enum StorageType { /** * Default file system implementation. This will pick the best implementation depending on the operating environment, which * is currently hybridfs on all supported systems but is subject to change. - * - * @aliases '' */ fs, /**