GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PluginContextOf

API/Type Aliases/PluginContextOf
seyfert/lib/client/plugins/types.d.ts

Signature

export type PluginContextOf<T> = T extends SeyfertPlugin<any, infer C, any, any> ? C : {};

Members

This export does not declare public properties or methods in the generated declaration file.