Skip to content

Commit

Permalink
Fixed Search 2 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Sep 24, 2024
1 parent deafb75 commit 11d9696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/search-2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type Search2AnnotationPage = Prettify<
>;

export type Search2ContextualizingAnnotation = Prettify<
Annotation & {
Omit<Annotation, 'motivation' | 'target'> & {
motivation: 'contextualizing';
target: {
type: 'SpecificResource';
Expand Down

0 comments on commit 11d9696

Please sign in to comment.