/**************************************************************************************** * 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 SPFxAddWebpartInputs extends Inputs { /** @description SPFx solution folder */ "spfx-folder"?: string; /** @description Name for SharePoint Framework Web Part */ "spfx-webpart-name"?: string; /** @description Framework */ "spfx-framework-type"?: "react" | "minimal" | "none"; /** @description Select Teams manifest.json File */ "manifest-path"?: string; /** @description Select local Teams manifest.json file */ "local-manifest-path"?: string; } //# sourceMappingURL=SPFxAddWebpartInputs.d.ts.map