From 09c93d6fe9e5af25b74aae7c8b1a400667deb7bd Mon Sep 17 00:00:00 2001 From: maxgfr <25312957+maxgfr@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:36:19 +0200 Subject: [PATCH] fix: types --- shared/types/src/elastic/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/types/src/elastic/common.ts b/shared/types/src/elastic/common.ts index a701d8d19..e1c003fb7 100644 --- a/shared/types/src/elastic/common.ts +++ b/shared/types/src/elastic/common.ts @@ -22,6 +22,7 @@ export type DocumentElastic = { text: string; isPublished: boolean; excludeFromSearch: boolean; + description: string; metaDescription: string; refs: DocumentRef[]; contribution?: ContributionsAnswers;