chore: revert todo

This commit is contained in:
pk5ls20
2024-11-17 05:28:46 +08:00
parent 0f5ef03d63
commit f7268c30ca
16 changed files with 24 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ export interface ChatCacheList {
export interface ChatCacheListItem {
chatType: ChatType;
basicChatCacheInfo: ChatCacheListItemBasic;
guildChatCacheInfo: unknown[]; // work: 没用过频道所以不知道这里边的详细内容
guildChatCacheInfo: unknown[]; // TODO: 没用过频道所以不知道这里边的详细内容
}
export interface ChatCacheListItemBasic {