@@ -441,11 +441,6 @@ interface IBundleString {
441441 bundle : string ;
442442}
443443
444- interface IPlatformTemplate {
445- platformTemplate : string ;
446- }
447-
448-
449444interface IClean {
450445 clean : boolean ;
451446}
@@ -499,7 +494,7 @@ interface IAndroidBundleOptions {
499494 aab : boolean ;
500495}
501496
502- interface IOptions extends IRelease , IDeviceIdentifier , IJustLaunch , IAvd , IAvailableDevices , IProfileDir , IHasEmulatorOption , IBundleString , IPlatformTemplate , IHasEmulatorOption , IClean , IProvision , ITeamIdentifier , IAndroidReleaseOptions , IAndroidBundleOptions , INpmInstallConfigurationOptions , IPort , IEnvOptions , IPluginSeedOptions , IGenerateOptions {
497+ interface IOptions extends IRelease , IDeviceIdentifier , IJustLaunch , IAvd , IAvailableDevices , IProfileDir , IHasEmulatorOption , IBundleString , IHasEmulatorOption , IClean , IProvision , ITeamIdentifier , IAndroidReleaseOptions , IAndroidBundleOptions , INpmInstallConfigurationOptions , IPort , IEnvOptions , IPluginSeedOptions , IGenerateOptions {
503498 argv : IYargArgv ;
504499 validateOptions ( commandSpecificDashedOptions ?: IDictionary < IDashedOption > ) : void ;
505500 options : IDictionary < IDashedOption > ;
@@ -589,11 +584,11 @@ interface IDeviceEmulator extends IHasEmulatorOption, IDeviceIdentifier { }
589584
590585interface IRunPlatformOptions extends IJustLaunch , IDeviceEmulator { }
591586
592- interface IDeployPlatformOptions extends IAndroidReleaseOptions , IPlatformTemplate , IRelease , IClean , IDeviceEmulator , IProvision , ITeamIdentifier , IProjectDir {
587+ interface IDeployPlatformOptions extends IAndroidReleaseOptions , IRelease , IClean , IDeviceEmulator , IProvision , ITeamIdentifier , IProjectDir {
593588 forceInstall ?: boolean ;
594589}
595590
596- interface IUpdatePlatformOptions extends IPlatformTemplate {
591+ interface IUpdatePlatformOptions {
597592 currentVersion : string ;
598593 newVersion : string ;
599594 canUpdate : boolean ;
0 commit comments