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