perf: 账号api结构
This commit is contained in:
2
src/types/mongoSchema.d.ts
vendored
2
src/types/mongoSchema.d.ts
vendored
@@ -9,7 +9,7 @@ export interface UserModelSchema {
|
||||
email: string;
|
||||
password: string;
|
||||
balance: number;
|
||||
accounts: { type: 'openai'; value: string }[];
|
||||
openaiKey: string;
|
||||
createTime: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user