mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: share窗口
This commit is contained in:
3
src/types/mongoSchema.d.ts
vendored
3
src/types/mongoSchema.d.ts
vendored
@@ -69,6 +69,7 @@ export interface ChatSchema {
|
||||
expiredTime: number;
|
||||
loadAmount: number;
|
||||
updateTime: number;
|
||||
isShare: boolean;
|
||||
content: ChatItemType[];
|
||||
}
|
||||
export interface ChatPopulate extends ChatSchema {
|
||||
@@ -80,7 +81,7 @@ export interface BillSchema {
|
||||
_id: string;
|
||||
userId: string;
|
||||
chatId: string;
|
||||
time: number;
|
||||
time: Date;
|
||||
textLen: number;
|
||||
price: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user