/**************************************************************************************** * 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 DeployAadManifestInputs extends Inputs { /** @description Select Microsoft Entra manifest.json file */ "manifest-file-path"?: string; /** @description Select an environment */ env?: string; } //# sourceMappingURL=DeployAadManifestInputs.d.ts.map