diff --git a/structs/utils/dict.go b/structs/utils/dict.go index 35e4ebc..ebbef6b 100644 --- a/structs/utils/dict.go +++ b/structs/utils/dict.go @@ -3,5 +3,5 @@ package utils type Dict struct { Key string `json:"key"` Title string `json:"title"` - Value string `json:"value"` + Value any `json:"value"` }