Skip to main content
Version: v7.0.0

RequestEventType


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

Preview

type RequestEventType<T> = {
request: T;
requestId: string;
}

Structure

RequestEventType
NameTypeDescription
request
T
requestId
string
On this page