chore: RecentChat -> extends <- Chat
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export default class RecentChat {
|
||||
declare id: string
|
||||
declare title: string
|
||||
declare avatar?: string
|
||||
import Chat from "./Chat.ts"
|
||||
|
||||
export default class RecentChat extends Chat {
|
||||
declare content: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user