Skip to content

Commit

Permalink
fix(types): ajout du fait que les outils peuvent être de type `EXTERN…
Browse files Browse the repository at this point in the history
…ALS` (#1494)
  • Loading branch information
maxgfr authored Oct 16, 2024
1 parent e7391ee commit df27265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/types/src/elastic/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type Tool = {
isPublished: boolean;
metaDescription: string;
slug: string;
source: typeof SOURCES.TOOLS;
source: typeof SOURCES.TOOLS | typeof SOURCES.EXTERNALS;
text: string;
title: string;
_id: string;
Expand Down

0 comments on commit df27265

Please sign in to comment.