chore: replace string with const
This commit is contained in:
@ -9,6 +9,7 @@ const (
|
||||
TypeSelect = "select"
|
||||
TypeBool = "bool"
|
||||
TypeText = "text"
|
||||
TypeNumber = "number"
|
||||
)
|
||||
|
||||
type Item struct {
|
||||
|
Reference in New Issue
Block a user