gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
8 lines (7 loc) • 412 B
TypeScript
import type { Application as SpringBootApplication } from './types.ts';
/**
* The default is to use a file path string. It implies use of the template method.
* For any other config an object { file:.., method:.., template:.. } can be used
*/
export declare const baseServerFiles: import("../base-core/api.js").WriteFileSection<SpringBootApplication>;
export declare const serverFiles: Record<string, any[]>;