fix return type

This commit is contained in:
Mario
2020-10-16 14:46:34 +02:00
parent 40d4c67be8
commit 1950344862
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export const CHARACTER = {
export const BOOLEAN = {
typeId: 'Boolean',
typeName: 'Boolean',
typeName: 'boolean',
typeMsgName: 'ARD_TYPE_BOOL',
}