feat: Client calling server API

This commit is contained in:
CrescentLeaf
2025-09-06 01:51:57 +08:00
parent 7d407d02ca
commit d5e38a8167
4 changed files with 68 additions and 71 deletions

View File

@@ -1,3 +1,7 @@
export type CallMethod =
"User.auth" |
"User.register" |
"User.login"
export type ClientEvent =
"Client.onMessage"