Skip to content

Commit

Permalink
feat: add published props to IndexItem (#734)
Browse files Browse the repository at this point in the history
* feat: add published props to IndexItem

* refactor: apply PR requested changes
  • Loading branch information
pyphilia authored Jan 16, 2025
1 parent e9b14cf commit a123daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type IndexItem = {
isHidden: boolean;
createdAt: string;
updatedAt: string;
publicationUpdatedAt: string;
lang: string;
likes: number;
} & { [key in TagCategory]: string[] };
Expand Down

0 comments on commit a123daf

Please sign in to comment.