From 1a922aae5a47c3cfb6cd061f6290ab5d278e7603 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Tue, 1 Nov 2022 11:34:28 +0100 Subject: [PATCH] remove extra long comment from the Meta field --- src/plugins/files/common/types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/files/common/types.ts b/src/plugins/files/common/types.ts index a3d80fcfdfcd6..247340c583ea6 100644 --- a/src/plugins/files/common/types.ts +++ b/src/plugins/files/common/types.ts @@ -170,8 +170,7 @@ export type FileMetadata = Required< FileKind: string; /** - * User-defined metadata and some pre-defined system fields that can be used - * for searching and filtering. + * User-defined metadata. */ Meta?: Meta; };