CoreTypesRequestEventTypeVersion: v7.0.0On this page RequestEventTypeImportimport { RequestEventType } from "@hyper-fetch/core"SourceView the source codePackage@hyper-fetch/core Previewtype RequestEventType<T> = { request: T; requestId: string; } StructureRequestEventTypeNameTypeDescriptionrequestTrequestIdstring