export default class RecentChat { declare id: string declare title: string declare avatar?: string declare content: string }