GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PluginExtensionOf

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

Signature

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

Members

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