gen-jhipster
Version:
Spring Boot + Angular/React/Vue in one handy generator
14 lines (13 loc) • 384 B
TypeScript
export declare const feignFiles: {
microserviceFeignFiles: ({
path: string;
renameTo: (data: any, filePath: string) => string;
templates: string[];
condition?: undefined;
} | {
condition: (generator: any) => any;
path: string;
renameTo: (data: any, filePath: string) => string;
templates: string[];
})[];
};