Rulvar API reference / @rulvar/effects / RestorationReport
Interface: RestorationReport
Defined in: packages/effects/src/reconciler.ts:34
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completionSeq | number | Seq of the appended effect_reconciliation_complete decision. | packages/effects/src/reconciler.ts:41 |
rangeQuarantined | boolean | True when no enumeration exists and the range quarantined whole. | packages/effects/src/reconciler.ts:38 |
sweep | EffectSweepReport | - | packages/effects/src/reconciler.ts:39 |
unreconstructable | string[] | Provider effects with no journaled intent: quarantined by name. | packages/effects/src/reconciler.ts:36 |