Interface FetchProgress

interface FetchProgress {
    read: number;
    total: number;
}

Properties

Properties

read: number
total: number