Files
LingChair/client-protocol/bean/RecentChatBean.ts
2025-12-06 00:18:10 +08:00

6 lines
123 B
TypeScript

import ChatBean from "./ChatBean.ts"
export default class RecentChatBean extends ChatBean {
declare content: string
}