feat: Client calling server API
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
export type CallMethod =
|
||||
"User.auth" |
|
||||
"User.register" |
|
||||
"User.login"
|
||||
|
||||
export type ClientEvent =
|
||||
"Client.onMessage"
|
||||
|
||||
Reference in New Issue
Block a user