UNPKG

@agility/cli

Version:

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

9 lines (8 loc) 256 B
interface Props { sourceGuid: string; targetGuid: string; sourceContentID: number; locale: string; } export declare const findContentInOtherLocale: ({ sourceContentID, locale, sourceGuid, targetGuid }: Props) => Promise<number>; export {};