From a7a87816fa6471ffb602d9efdca579ed1afbc638 Mon Sep 17 00:00:00 2001 From: SaraVieira Date: Wed, 28 Aug 2024 18:22:04 +0100 Subject: [PATCH] fix lint --- clients/search-component/src/utils/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/search-component/src/utils/types.ts b/clients/search-component/src/utils/types.ts index a200363641..b4d8b09c33 100644 --- a/clients/search-component/src/utils/types.ts +++ b/clients/search-component/src/utils/types.ts @@ -5,6 +5,6 @@ export type Chunk = Omit & { highlightTitle?: string | undefined | null; highlightDescription?: string | undefined | null; metadata: { - [key: string]: any; + [key: string]: string; }; };