Package version:

Type Alias BlobQueryArrowFieldType

BlobQueryArrowFieldType:
    | "int64"
    | "bool"
    | "timestamp[ms]"
    | "string"
    | "double"
    | "decimal"

The type of a BlobQueryArrowField.