feat: add danglingAttachments/danglingSize to StorageStats type

This commit is contained in:
Jannis Braun
2026-03-23 01:47:42 +01:00
parent b3d4747126
commit 4494209779
+2
View File
@@ -666,6 +666,8 @@ export interface StorageStats {
orphanedSize: number;
unlinkedAttachments: number;
unlinkedSize: number;
danglingAttachments: number;
danglingSize: number;
breakdown: StorageBreakdown[];
}