chore: make lint happy

This commit is contained in:
CrescentLeaf
2025-10-08 00:55:09 +08:00
parent 7c7e641d1f
commit 11362a5689
6 changed files with 15 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ export type CallMethod =
"User.auth" |
"User.register" |
"User.login" |
"User.refreshAccessToken" |
"User.setAvatar" |
"User.updateProfile" |
@@ -17,6 +18,8 @@ export type CallMethod =
"Chat.getInfo" |
"Chat.createGroup" |
"Chat.getIdForPrivate" |
"Chat.getAnotherUserIdFromPrivate" |