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