/**************************************************************************************** * NOTICE: AUTO-GENERATED * **************************************************************************************** * This file is automatically generated by script "./src/question/generator.ts". * * Please don't manually change its contents, as any modifications will be overwritten! * ***************************************************************************************/ import { Inputs } from "@microsoft/teamsfx-api"; export interface CreateEnvInputs extends Inputs { /** @description New environment name */ newTargetEnvName?: string; /** @description Select an environment to create copy */ sourceEnvName?: string; } //# sourceMappingURL=CreateEnvInputs.d.ts.map