add the search function to website
This commit is contained in:
5
types/search-result.ts
Normal file
5
types/search-result.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type TSearchResultItem = {
|
||||
id: string;
|
||||
title: string;
|
||||
tags: string[] | null;
|
||||
};
|
||||
Reference in New Issue
Block a user