chore(client-protocol): export some class & types

This commit is contained in:
CrescentLeaf
2026-01-23 22:32:28 +08:00
parent 200f5fd0aa
commit da505305a3
5 changed files with 147 additions and 116 deletions

View File

@@ -0,0 +1,5 @@
import ChatAttachment from '../ChatAttachment.ts'
import { ChatMention } from '../Message.ts'
import ChatFileType from './ChatFileType.ts'