UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

11 lines (10 loc) 255 B
export declare function resolveInstanceKey({ identifier, suffix, item, index, isSingle, }: { identifier: string; suffix: string; item: { key?: string; name?: string; }; index: number; isSingle: boolean; }): string;