common-type-names.go: added type name list-of

This commit is contained in:
Celestino Amoroso 2024-06-07 08:59:04 +02:00
parent 80d47879e9
commit f04f5822ec

View File

@ -15,4 +15,6 @@ const (
TypeNumber = "number"
TypePair = "pair"
TypeString = "string"
TypeListOf = "list-of-"
TypeListOfStrings = "list-of-strings"
)