chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { pollSyncSession } from "./sync-session-poller";
|
||||
import { fetchSyncResult } from "./sync-result-fetcher";
|
||||
export declare const syncContinuationDeps: {
|
||||
pollSyncSession: typeof pollSyncSession;
|
||||
fetchSyncResult: typeof fetchSyncResult;
|
||||
};
|
||||
export type SyncContinuationDeps = typeof syncContinuationDeps;
|
||||
Reference in New Issue
Block a user