UNPKG

@crowdin/app-project-module

Version:

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

4 lines (3 loc) 200 B
import { UiModule } from '../types'; export declare function getLowCodeUiConfigFromModuleConfig(moduleConfig: any): UiModule | null; export declare function hasFormSchema(moduleConfig: any): boolean;