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