RegisteredPluginExtension
Signature
export type RegisteredPluginExtension = Materialize<ExtendOf<RegisteredPlugins>>;Private types
MaterializeTypeAlias
type Materialize<T> = { [K in keyof T]: T[K];};Members
This export does not declare public properties or methods in the generated declaration file.