PluginExtensionOf
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.
export type PluginExtensionOf<T> = T extends SeyfertPlugin<infer E, any, any, any> ? E : {};This export does not declare public properties or methods in the generated declaration file.