@netlify/content-engine
Version:
7 lines • 355 B
TypeScript
import { syncLedgerArgs } from "src";
type syncLedgerArgswithDirectory = syncLedgerArgs & {
directory?: string;
};
export declare function syncLedger({ dataLayerId, sourcingConfigurationId, cacheSourceVersionId, blockVersionId, directory, onAction, }: syncLedgerArgswithDirectory): Promise<number>;
export {};
//# sourceMappingURL=synchronize.d.ts.map