Type Alias PartialAerospikeBinValue

PartialAerospikeBinValue:
    | null
    | undefined
    | boolean
    | string
    | number
    | Double
    | BigInt
    | Buffer
    | GeoJSON
    | PartialAerospikeBinValue[]
    | object

Represents a basic value in an Aerospike bin.

MMNEPVFCICPMFPCPTTAAATR