We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305ec36 commit a79636fCopy full SHA for a79636f
packages/common/src/db/crud/SyncStatus.ts
@@ -1,4 +1,4 @@
1
-import { SyncClientImplementation } from 'src/client/sync/stream/AbstractStreamingSyncImplementation.js';
+import { SyncClientImplementation } from '../../client/sync/stream/AbstractStreamingSyncImplementation.js';
2
import { InternalProgressInformation, SyncProgress } from './SyncProgress.js';
3
4
export type SyncDataFlowStatus = Partial<{
0 commit comments