Skip to main content
Version: v7.0.0

PluginMethodParameters


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

Preview

type PluginMethodParameters<Key,Client> = Parameters<NonNullable<PluginMethods<Client>[Key]>>[0];
On this page