generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
16 lines (15 loc) • 408 B
TypeScript
export namespace allJdlFilesPlus {
let baseJdlFiles: {
condition: (generator: any) => any;
path: string;
renameTo: (data: any, filePath: any) => string;
templates: string[];
}[];
}
export namespace gatewayWithAllJdlFilesPlus {
let AllJdlFiles: {
path: string;
renameTo: (data: any, filePath: any) => string;
templates: string[];
}[];
}