Skip to main content

ai_agent/commands/
plugin_types.rs

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