feat: add danglingAttachments/danglingSize to StorageStats type
This commit is contained in:
@@ -666,6 +666,8 @@ export interface StorageStats {
|
||||
orphanedSize: number;
|
||||
unlinkedAttachments: number;
|
||||
unlinkedSize: number;
|
||||
danglingAttachments: number;
|
||||
danglingSize: number;
|
||||
breakdown: StorageBreakdown[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user