Skip to content

Commit 2bf2777

Browse files
add BOOLEAN support
1 parent f6a31ad commit 2bf2777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/property.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const TYPES_MAPPING = [
2222
['MACADDR', 'string'],
2323
['RANGE', 'string'],
2424
['GEOMETRY', 'string'],
25+
['BOOLEAN', 'boolean'],
2526
]
2627

2728
class Property extends BaseProperty {

0 commit comments

Comments
 (0)