gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
20 lines (19 loc) • 528 B
TypeScript
declare const command: {
readonly arguments: {
readonly appsFolders: {
readonly type: ArrayConstructor;
readonly description: "Application folders";
readonly scope: "storage";
};
};
readonly configs: {
readonly jwtSecretKey: {
readonly cli: {
readonly type: StringConstructor;
readonly env: "JHI_JWT_SECRET_KEY";
};
readonly scope: "storage";
};
};
};
export default command;