feat: 好友邀请
This commit is contained in:
3
src/types/user.d.ts
vendored
3
src/types/user.d.ts
vendored
@@ -3,6 +3,9 @@ export interface UserType {
|
||||
username: string;
|
||||
openaiKey: string;
|
||||
balance: number;
|
||||
promotion: {
|
||||
rate: number;
|
||||
};
|
||||
}
|
||||
|
||||
export interface UserUpdateParams {
|
||||
|
||||
Reference in New Issue
Block a user