CoreTypesPluginOptionsTypeVersion: v7.0.0On this page PluginOptionsTypeImportimport { PluginOptionsType } from "@hyper-fetch/core"SourceView the source codePackage@hyper-fetch/core Previewtype PluginOptionsType<PluginData> = { data?: PluginData; name: string; } StructurePluginOptionsTypeNameTypeDescriptiondataPluginDataData stored in a pluginnamestringName of the plugin