UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

11 lines (10 loc) 370 B
/** * Enhanced template finder with proper target safety and conflict resolution * Logic Flow: Target Safety FIRST → Change Delta SECOND → Conflict Resolution */ export declare function pushTemplates(sourceData: any, targetData: any, locale: string): Promise<{ status: 'success' | 'error'; successful: number; failed: number; skipped: number; }>;