perf: 账单字段

This commit is contained in:
archer
2023-03-25 20:48:21 +08:00
parent 274ece1d91
commit 0cee404c7f
4 changed files with 7 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ export interface BillSchema {
chatId: string;
time: Date;
textLen: number;
tokenLen: number;
price: number;
}

1
src/types/user.d.ts vendored
View File

@@ -25,6 +25,7 @@ export interface UserBillType {
id: string;
time: string;
textLen: number;
tokenLen: number;
userId: string;
chatId: string;
price: number;