feat: 账单模块
This commit is contained in:
9
src/types/user.d.ts
vendored
9
src/types/user.d.ts
vendored
@@ -19,3 +19,12 @@ export interface UserUpdateParams {
|
||||
value: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface UserBillType {
|
||||
id: string;
|
||||
time: string;
|
||||
textLen: number;
|
||||
userId: string;
|
||||
chatId: string;
|
||||
price: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user