feat(wip): 新的客户端协议库

This commit is contained in:
CrescentLeaf
2025-11-08 16:17:58 +08:00
parent 230cc08182
commit 6ee209f9f6
17 changed files with 502 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export default class JoinRequestBean {
declare user_id: string
declare title: string
declare avatar?: string
declare reason?: string
[key: string]: unknown
}