/**************************************************************************************** * 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 UninstallInputs extends Inputs { /** @description Choose a way to clean up resources */ mode?: "manifest-id" | "env" | "title-id"; /** @description Manifest ID */ "manifest-id"?: string; /** @description Environment */ env?: string; /** @description Project path */ projectPath?: string; /** @description Choose resources to uninstall */ options?: "m365-app" | "app-registration" | "bot-framework-registration"[]; /** @description Title ID */ "title-id"?: string; } //# sourceMappingURL=UninstallInputs.d.ts.map