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