添加两个客户端协议的类型文件

This commit is contained in:
CrescentLeaf
2025-11-09 00:33:01 +08:00
parent cfe8df43d1
commit a646d7908a
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +0,0 @@
type ChatType = 'private' | 'group'
export default ChatType