This commit is contained in:
2026-07-09 09:41:53 +03:00
parent 66b1fa0ecc
commit bafe299249
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ export interface Folder {
totalCount: number;
unreadCount: number;
childFolderCount: number;
}
}