Skip to content

Commit

Permalink
feat: export contribution base type (#1527)
Browse files Browse the repository at this point in the history
Co-authored-by: victor <victor.zeinstra@gmail.com>
  • Loading branch information
Viczei and victor authored Jan 13, 2025
1 parent 15b4631 commit 24433af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/types/src/elastic/contributions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type ExportContributionInfo = {
messageBlock?: string;
};

type ContributionElasticDocumentBase = Omit<
export type ContributionElasticDocumentBase = Omit<
DocumentElasticWithSource<Omit<ContributionDocumentJson, "linkedContent">>,
"breadcrumbs"
> &
Expand Down

0 comments on commit 24433af

Please sign in to comment.