mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
feat: 拆分文本账单结算
This commit is contained in:
1
src/types/mongoSchema.d.ts
vendored
1
src/types/mongoSchema.d.ts
vendored
@@ -80,6 +80,7 @@ export interface ChatPopulate extends ChatSchema {
|
||||
export interface BillSchema {
|
||||
_id: string;
|
||||
userId: string;
|
||||
type: 'chat' | 'splitData' | 'return';
|
||||
chatId: string;
|
||||
time: Date;
|
||||
textLen: number;
|
||||
|
Reference in New Issue
Block a user