UNPKG

snow-flow

Version:

Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A

6 lines 378 B
/** * Self-Healing Module Exports */ export { SelfHealingSystem } from './self-healing-system.js'; export type { HealingProfile, HealthIncident, HealingAction, ErrorPattern, HealthPrediction, RecoveryStrategy, SystemMetrics, HealingRecommendation, HealingRequest, HealingResponse, HealingResult, RootCause } from './self-healing-system.js'; //# sourceMappingURL=index.d.ts.map