Interface UploadProgress

interface UploadProgress {
    loaded: number;
    total: number;
}

Properties

Properties

loaded: number
total: number