gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
8 lines (7 loc) • 582 B
TypeScript
import type { JHipsterConfigs } from '../command/types.ts';
import type { JDLApplicationConfig, JHipsterOptionDefinition } from '../jdl/core/types/parsing.ts';
import type { JDLRuntime } from '../jdl/core/types/runtime.ts';
export declare const extractJdlDefinitionFromCommandConfig: (configs?: JHipsterConfigs) => JHipsterOptionDefinition[];
export declare const buildJDLApplicationConfig: (configs: JHipsterConfigs) => JDLApplicationConfig;
export declare const getDefaultJDLApplicationConfig: () => JDLApplicationConfig;
export declare const getDefaultRuntime: () => JDLRuntime;