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

    Type Alias UncertaintyField<T>

    UncertaintyField: T extends SINGLE
    | RANGE
    | ARRAY
        ? { uncertainty?: Uncertainty }
        : {}

    Conditional field for attaching statistical error margins to applicable value types. Only applicable to quantified values.

    Type Parameters

    • T extends ValueType

      The type of the associated value.