superposition
superposition copied to clipboard
feat: Use Variant type in model
Problem
using Value type in model.rs for Variants
Solution
use proper type for Variants in models instead of serde_json::Value type