deprecated: multiple alias

This commit is contained in:
2025-03-09 08:51:54 +07:00
parent 0f5d61de48
commit 70fc3345d8

View File

@@ -12,7 +12,6 @@ var PrimitiveTypes = map[string]string{
"date": "date", "date": "date",
"number": "number", "number": "number",
"string": "string", "string": "string",
"multiple": "multiple",
"boolean": "boolean", "boolean": "boolean",
"bool": "boolean", "bool": "boolean",
"int": "number", "int": "number",