UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

4 lines (3 loc) 265 B
import type JDLDeployment from '../../core/models/jdl-deployment.js'; import type { JHipsterYoRcContent } from '../../core/types/json-config.js'; export default function exportDeployments(deployments: Record<string, JDLDeployment>): Partial<JHipsterYoRcContent>[];