chore: 統一 可選成員 寫法

This commit is contained in:
CrescentLeaf
2025-09-14 14:31:53 +08:00
parent 4cc4866db1
commit 2b54a7a13a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
export default class RecentChat {
declare id: string
declare title: string
declare avatar: string | null
declare avatar?: string
declare content: string
}