Skip to main content
Version: v7.0.0

PluginOptionsType


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

Preview

type PluginOptionsType<PluginData> = {
data?: PluginData;
name: string;
}

Structure

PluginOptionsType
NameTypeDescription
data
PluginData

Data stored in a plugin

name
string

Name of the plugin

On this page