upload-api-client-internal
Advanced tools
Comparing version 1.40.0 to 1.41.0
import type { StorageStatisticsSegment } from "./StorageStatisticsSegment"; | ||
import type { UploadStatistics } from "./UploadStatistics"; | ||
export declare type StorageStatistics = { | ||
all: StorageStatisticsSegment; | ||
caches: Record<string, StorageStatisticsSegment | null>; | ||
uploads: UploadStatistics; | ||
}; |
{ | ||
"name": "upload-api-client-internal", | ||
"version": "1.40.0", | ||
"version": "1.41.0", | ||
"description": "Upload API Client (Internal)", | ||
@@ -5,0 +5,0 @@ "author": "Upload <hello@upload.io> (https://upload.io)", |
@@ -9,4 +9,5 @@ /* istanbul ignore file */ | ||
export type StorageStatistics = { | ||
all: StorageStatisticsSegment; | ||
caches: Record<string, StorageStatisticsSegment | null>; | ||
uploads: UploadStatistics; | ||
}; |
333736
8121