| 213 | |
| 214 | #[derive(CandidType, serde::Serialize, Deserialize, Clone, Debug)] |
| 215 | pub struct SystemUpgrade { |
| 216 | pub name: Option<String>, |
| 217 | } |
| 218 | |
| 219 | #[derive(CandidType, serde::Serialize, Deserialize, Clone, Debug)] |
| 220 | pub enum SystemInstall { |
no outgoing calls