Type Alias OINODataCell

OINODataCell:
    | string
    | bigint
    | number
    | boolean
    | Date
    | Uint8Array
    | Buffer
    | null
    | undefined

A single column value of a data row