refactor(red): update types

This commit is contained in:
Il Harper 2024-03-06 12:00:00 +08:00
parent 5669c402b9
commit dff71c7ec5
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -52,9 +52,8 @@ export interface Member {
}
export interface Peer {
chatType: 1 | 2
chatType: ChatType
peerUid: string
peerUin: string
guildId?: string
}