UNPKG

gen-jhipster

Version:

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

30 lines (29 loc) 583 B
export declare const OpenAPIOptionsNames: { REGEN: string; API_CLIENTS: string; }; export declare const OpenAPIOptionsValues: { REGEN: { YES: boolean; NO: boolean; }; }; export declare const OpenAPIDefaultValues: { REGEN: boolean; }; declare const _default: { OpenAPIOptionsNames: { REGEN: string; API_CLIENTS: string; }; OpenAPIOptionsValues: { REGEN: { YES: boolean; NO: boolean; }; }; OpenAPIDefaultValues: { REGEN: boolean; }; }; export default _default;