Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Oct 16, 2024
1 parent 1c80bd7 commit 09c93d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/types/src/elastic/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export type DocumentElastic<T extends SourceKeys = SourceKeys> = {
text: string;
isPublished: boolean;
excludeFromSearch: boolean;
description: string;
metaDescription: string;
refs: DocumentRef[];
contribution?: ContributionsAnswers;
Expand Down

0 comments on commit 09c93d6

Please sign in to comment.