6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import ChatBean from "./ChatBean.ts"
|
|
|
|
export default class RecentChat extends ChatBean {
|
|
declare content: string
|
|
}
|