Skip to content

ExportReport

ExportReport = StoreBackupReport | DiagnosticDumpReport | DataExportReport

Defined in: packages/client/src/export-store.ts:174

A structured, versioned record of one local-store export (ADR-0035) — a discriminated union on kind. Every member shares ExportReportCommon; the kind/scope/phases discriminant tells the three exports apart. exportStore resolves a StoreBackupReport; exportDiagnostics a DiagnosticDumpReport; exportData a DataExportReport.