chore: fix indentation and semi in core

This commit is contained in:
Wesley F. Young
2024-08-09 14:09:42 +08:00
parent 0319fafeca
commit e847761d1a
31 changed files with 1776 additions and 1776 deletions

View File

@@ -18,7 +18,7 @@ export interface CacheScanResult {
export interface ChatCacheList {
pageCount: number;
infos: ChatCacheListItem[]
};
}
export interface ChatCacheListItem {
chatType: ChatType;