Float is real

This commit is contained in:
barsdeveloper
2024-11-28 13:49:56 +01:00
parent 079fdb59c9
commit d6f6513391
4 changed files with 6 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ export default class PinEntity extends IEntity {
"byte": ByteEntity,
"enum": EnumEntity,
"exec": StringEntity,
"float": NumberEntity,
"int": IntegerEntity,
"int64": Integer64Entity,
"name": StringEntity,