addPluginDiagnostic
Signature
export declare function addPluginDiagnostic(registry: PluginRuntimeRegistry, record: PluginRuntimeRecord, diagnostic: { message: string; phase: string; severity: PluginDiagnosticSeverity; code?: PluginDiagnosticCode; data?: Record<string, unknown>;}): void;Members
This export does not declare public properties or methods in the generated declaration file.