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