/**************************************************************************************** * 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 PreviewTeamsAppInputs extends Inputs { /** @description Platform */ "m365-host"?: "teams" | "outlook" | "office"; /** @description Select Teams manifest.json File */ "manifest-path"?: string; } //# sourceMappingURL=PreviewTeamsAppInputs.d.ts.map