sb-mig
Version:
CLI to rule the world. (and handle stuff related to Storyblok CMS)
10 lines (9 loc) • 370 B
TypeScript
import type { SyncProgressCallback, SyncResult } from "../sync/sync.types.js";
import type { RequestBaseConfig } from "../utils/request.js";
export declare function syncComponentsData(args: {
components: any[];
presets: boolean;
ssot?: boolean;
dryRun?: boolean;
onProgress?: SyncProgressCallback;
}, config: RequestBaseConfig): Promise<SyncResult>;