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 containing results and errors.
Callback to close the results view.
Optional
Optional callback to export the error log.
Props for the SyncResultsView component.
Source