RunningRequestValueType
Import
import { RunningRequestValueType } from "@hyper-fetch/core"
Source
Package
Preview
type RunningRequestValueType = {
request: RequestInstance;
requestId: string;
timestamp: number;
}
Structure
RunningRequestValueType
| Name | Type | Description |
|---|---|---|
| request | | |
| requestId | | |
| timestamp | |