Skip to content

Commit 8e57f8d

Browse files
committed
Update data type enum
1 parent 5b20e48 commit 8e57f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export enum DataTypeEnum {
5959
NUMBER = 'NUMBER',
6060
ARRAY = 'ARRAY',
6161
DATETIME = 'DATETIME',
62+
BOOLEAN = 'BOOLEAN',
6263
}
6364
```
6465
#### Conditonal Operator

0 commit comments

Comments
 (0)