UNPKG

ravendb

Version:
11 lines 346 B
import { UploadType } from "./BackupStatus.js"; import { UploadState } from "./UploadState.js"; export interface UploadProgress { uploadType: UploadType; uploadState: UploadState; uploadedInBytes: number; totalInBytes: number; bytesPutsPerSec: number; uploadTimeInMs: number; } //# sourceMappingURL=UploadProgress.d.ts.map