Cuttlefish SDK Reference - v0.1.0
    Preparing search index...
    • Converts a single value to its appropriate JavaScript type based on js_type metadata.

      Parameters

      • value: unknown

        The value to convert

      • jsType: JSType

        The target JavaScript type from column schema

      • columnPath: string

        The column path for error messages (e.g., "weight" or "tags[0]")

      Returns unknown

      The converted value