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