From a791d74faa48f5cba2e0aadfcbc88ef705e9ad16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Wed, 22 May 2024 17:44:51 +0200 Subject: [PATCH] remove empty alias from StorageType --- specification/indices/_types/IndexSettings.ts | 2 -- 1 file changed, 2 deletions(-) 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, /**