Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Type Alias RangeValue<Q>

    RangeValue: Expand<
        BaseValue<RANGE> & StrictSubset<
            ValueFields<Q, number>,
            "range",
            "value" | "unit",
        >,
    >

    Represents a numeric interval for a physical quantity. Requires a range of values. Optionally includes a physical quantity unit and single value.

    Type Parameters