/**************************************************************************************** * 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 ValidateTeamsAppInputs extends Inputs { /** @description Select Teams manifest.json File */ "manifest-path"?: string; /** @description Select app package File */ "app-package-file-path"?: string; } //# sourceMappingURL=ValidateTeamsAppInputs.d.ts.map