chore: fuck lint and make it happy

This commit is contained in:
CrescentLeaf
2025-09-08 22:45:46 +08:00
parent 3c3beebfc5
commit 39c1473c57
4 changed files with 17 additions and 75 deletions

View File

@@ -7,4 +7,6 @@ export default class UserBean {
declare nickname: string
declare avatar_file_hash: string | null
declare settings: string
[key: string]: unknown
}