Type Alias DataType

DataType:
    | "DATE"
    | "TIME"
    | "DATETIME"
    | "TIMESTAMP"
    | "STRING"
    | "DOUBLE"
    | "DECIMAL"
    | "INTEGER"
    | "BOOLEAN"
    | "BINARY"
    | "CUSTOM"
    | "FLOAT"
    | "OBJECT"

The data type of this feature in your dataset

"STRING"