RegisteredPluginContext
Signature
export type RegisteredPluginContext = Materialize<ContextOf<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.