UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

10 lines (8 loc) 233 B
export type CypressProperties = { cypressAudit: boolean; cypressCoverage: boolean; cypressDir: string; cypressTemporaryDir: string; cypressBootstrapEntities: boolean; }; export type CypressApplication = CypressProperties;