Files
LingChair/client-protocol/bean/RecentChatBean.ts
2025-11-08 16:17:58 +08:00

6 lines
119 B
TypeScript

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