@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Type Alias QuackScalarValue

    QuackScalarValue:
        | null
        | boolean
        | number
        | bigint
        | string
        | Uint8Array
        | DecimalValue
        | DateValue
        | TimeValue
        | TimeTzValue
        | TimestampValue
        | IntervalValue

    Scalar value representation produced and consumed by the SDK.