fix(typo): p->a<-ivate

This commit is contained in:
CrescentLeaf
2025-09-19 22:50:55 +08:00
parent b1e7f3e485
commit c6bfca0482

View File

@@ -1,5 +1,5 @@
export default class ChatBean {
declare type: "paivate" | "group"
declare type: "private" | "group"
declare id: string
declare title?: string
declare avatar_file_hash?: string