ProgressRequestDataType
import { ProgressRequestDataType } from "@hyper-fetch/core"
Description
Defined in client/fetch.client.types.ts:71
Preview
type ProgressRequestDataType = {
loaded: number;
total: number;
}
Structure
{
loaded: number;
total: number;
}