Skip to main content
Version: v7.0.0

RunningRequestValueType


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

Preview

type RunningRequestValueType = {
request: RequestInstance;
requestId: string;
timestamp: number;
}

Structure

RunningRequestValueType
NameTypeDescription
request
RequestInstance
requestId
string
timestamp
number
On this page