Files
oh-my-opencode/dist/tools/delegate-task/sync-continuation-deps.d.ts
T

8 lines
316 B
TypeScript
Raw Normal View History

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;