1// Plugin types 2 3pub type ViewState = String; 4pub type PluginSettingsProps = std::collections::HashMap<String, serde_json::Value>;