mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix(api): type avatar upload response data
This commit is contained in:
@@ -1084,6 +1084,11 @@ export interface User {
|
||||
nickname?: string
|
||||
}
|
||||
|
||||
// 头像上传响应数据
|
||||
export interface AvatarUploadData {
|
||||
filename: string
|
||||
}
|
||||
|
||||
// 通行密钥
|
||||
export interface PassKey {
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user