[fix] fix tokenizer problem
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type TSearchResultItem = {
|
||||
id: string;
|
||||
title: string;
|
||||
summary: string | null;
|
||||
tags: string[] | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user