Added datatype 'File'

This commit is contained in:
francesco 2020-10-06 16:47:41 +02:00
parent ead1a06ac5
commit fb2d46c9bf
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ public enum DataType {
Text, Text,
Boolean, Boolean,
Number, Number,
GeoJSON; GeoJSON,
File;
/** /**
* Value. * Value.