PluginMethodParameters
Import
import { PluginMethodParameters } from "@hyper-fetch/core"
Source
Package
Preview
type PluginMethodParameters<Key,Client> = Parameters<NonNullable<PluginMethods<Client>[Key]>>[0];
import { PluginMethodParameters } from "@hyper-fetch/core"
type PluginMethodParameters<Key,Client> = Parameters<NonNullable<PluginMethods<Client>[Key]>>[0];