fix: 🐛 修复打包ts警告

This commit is contained in:
ray
2024-08-22 08:02:54 +08:00
parent e226b34707
commit ce7b9d39be

View File

@@ -201,7 +201,7 @@ export default UserAPI;
/** 登录用户信息 */ /** 登录用户信息 */
export interface UserInfo { export interface UserInfo {
/** 用户ID */ /** 用户ID */
userId: number; userId?: number;
/** 用户名 */ /** 用户名 */
username?: string; username?: string;