/**************************************************************************************** * 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 SetSensitivityLabelInputs extends Inputs { /** @description Select declarativeAgent.json file */ "declarative-agent-manifest-path"?: string; /** @description Select a sensitivity label */ "sensitivity-label"?: string; } //# sourceMappingURL=SetSensitivityLabelInputs.d.ts.map