/** * @interface IAnswersForNewCMD * @description */ export interface IAnswersForNewCMD { template: string; server: string; language: string; git: boolean; dependencies: boolean; } //# sourceMappingURL=IAnswersForNewCMD.d.ts.map