/**************************************************************************************** * 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 RegeneratePluginInputs extends Inputs { /** @description Select plugin manifest file. */ "select-plugin-manifest"?: string; /** @description Select OpenAPI description document file. */ "select-openapi-spec-from-plugin"?: string; /** @description Select operation(s) Copilot can interact with. */ "api-operation"?: string[]; } //# sourceMappingURL=RegeneratePluginInputs.d.ts.map