export interface CreateAppPackageArgs { /** * Teams app manifest template path */ manifestPath: string; /** * Zipped app package path */ outputZipPath: string; /** * Manifest file path. This parameter is used when teamspp yaml version <= 1.6 */ outputJsonPath?: string; /** * Folder path where output files should be put. This parameter is used when teamspp yaml version > 1.6 */ outputFolder?: string; } //# sourceMappingURL=CreateAppPackageArgs.d.ts.map