common-type-names.go: typeFraction added

This commit is contained in:
Celestino Amoroso 2024-05-01 21:43:42 +02:00
parent cb3d8827fa
commit 8cb048edb0

View File

@ -7,6 +7,7 @@ package expr
const ( const (
typeBoolean = "boolean" typeBoolean = "boolean"
typeFloat = "decimal" typeFloat = "decimal"
typeFraction = "fraction"
typeInt = "integer" typeInt = "integer"
typeNumber = "number" typeNumber = "number"
typeString = "string" typeString = "string"