Skip to content

Commit

Permalink
feat(result): add images property
Browse files Browse the repository at this point in the history
  • Loading branch information
javieri-empathy committed Mar 31, 2021
1 parent f7df5aa commit 946143b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/search-types/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export interface Result {
id: string;
title: string;
images: string[];
}

0 comments on commit 946143b

Please sign in to comment.