feat: share chat page
This commit is contained in:
11
src/types/mongoSchema.d.ts
vendored
11
src/types/mongoSchema.d.ts
vendored
@@ -137,3 +137,14 @@ export interface PromotionRecordSchema {
|
||||
createTime: Date; // 记录时间
|
||||
amount: number;
|
||||
}
|
||||
|
||||
export interface ShareChatSchema {
|
||||
_id: string;
|
||||
userId: string;
|
||||
modelId: string;
|
||||
password: string;
|
||||
name: string;
|
||||
tokens: number;
|
||||
maxContext: number;
|
||||
lastTime: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user