Skip to main content
Version: v8.0.0

ProgressEventType


Import
import { ProgressEventType } from "@hyper-fetch/core"

Preview

type ProgressEventType = {
loaded: number;
total: number;
}

Structure

ProgressEventType
NameTypeDescription
loaded
number
total
number