perf: 参数值
This commit is contained in:
1
src/types/chat.d.ts
vendored
1
src/types/chat.d.ts
vendored
@@ -11,4 +11,5 @@ export type ChatSiteItemType = {
|
||||
export type HistoryItem = {
|
||||
chatId: string;
|
||||
title: string;
|
||||
history?: ChatSiteItemType[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user