chore: apply rename: types -> typedef

This commit is contained in:
CrescentLeaf
2025-09-06 16:37:53 +08:00
parent 7c616a2dac
commit 7553c5b281
4 changed files with 12 additions and 9 deletions

View File

@@ -8,10 +8,7 @@ export default class UserApi extends BaseApi {
this.registerEvent("User.auth", (args) => {
return {
msg: "",
code: 200,
data: {
}
code: 401,
}
})
}