chore: 添加 Chat 類型的常量定義
This commit is contained in:
3
server/data/ChatType.ts
Normal file
3
server/data/ChatType.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
type ChatType = 'private' | 'group'
|
||||||
|
|
||||||
|
export default ChatType
|
||||||
Reference in New Issue
Block a user