AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Type Alias CellValue

    CellValue:
        | string
        | number
        | boolean
        | null
        | { __binary: { bytes: number; hexPreview: string } }

    JSON-safe cell values: BIGINT / DECIMAL / NUMERIC travel as strings, binary is size + hex preview.