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