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