pub type VersionUpdate = OptionalUpdate<String>;
enum VersionUpdate { SetDefault, Missing, Update(String), }