UNPKG

@crowdin/app-project-module

Version:

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

4 lines (3 loc) 178 B
import { Config } from '../../types'; import { ReportInsightArgs } from './types'; export declare function reportInsight(config: Config, args: ReportInsightArgs): Promise<void>;