gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
20 lines (19 loc) • 611 B
TypeScript
declare const command: {
readonly configs: {
readonly cypressCoverage: {
readonly description: "Enable Cypress code coverage report generation";
readonly cli: {
readonly type: BooleanConstructor;
};
readonly scope: "storage";
};
readonly cypressAudit: {
readonly description: "Enable cypress-audit/lighthouse report generation";
readonly cli: {
readonly type: BooleanConstructor;
};
readonly scope: "storage";
};
};
};
export default command;