export interface AddWebPartArgs { /** * Teams app manifest template path */ manifestPath: string; /** * Teams app manifest template path for local */ localManifestPath: string; /** * Newly added web part name */ webpartName: string; /** * Newly added web part framework, only needed for projects that're initially created by SPFx generator interactively */ framework?: string; /** * SPFx solution directory */ spfxFolder: string; /** * Whether use globally installed SPFx or locally installed SPFx */ spfxPackage: string; } //# sourceMappingURL=AddWebPartArgs.d.ts.map