aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/sync/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/sync/index.ts')
-rw-r--r--src/client/sync/index.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/sync/index.ts b/src/client/sync/index.ts
index 76f5081..80d0cc1 100644
--- a/src/client/sync/index.ts
+++ b/src/client/sync/index.ts
@@ -19,3 +19,14 @@ export {
type SyncPushResult,
type SyncReviewLogData,
} from "./push";
+
+export {
+ createPullService,
+ pullResultToLocalData,
+ PullService,
+ type PullServiceOptions,
+ type ServerCard,
+ type ServerDeck,
+ type ServerReviewLog,
+ type SyncPullResult,
+} from "./pull";