UNPKG

@crowdin/app-project-module

Version:

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

4 lines (3 loc) 241 B
import { Config, UnauthorizedConfig } from '../../types'; export declare function createDumpForMigration(config: Config | UnauthorizedConfig): void; export declare function getSqLiteFileFromBackup(config: Config | UnauthorizedConfig): void;