Props for the SyncResultsView component.
export interface SyncResultsViewProps { report: SyncReport; onClose: () => void; onExportErrors?: () => void;} Copy
export interface SyncResultsViewProps { report: SyncReport; onClose: () => void; onExportErrors?: () => void;}
The synchronization report with success count, failures, errors, and timestamp.
Callback invoked when user closes the results view.
Optional
Optional callback to export detailed error log as file.
Props for the SyncResultsView component.
Source