Periodic Table Database Schema - v0.7.1
    Preparing search index...
    BaseValue: Brand<
        { context?: string; notes?: string; origin?: ValueOrigin } & UncertaintyField<
            T,
        >,
        T,
        "type",
        true,
    >

    Shared metadata for all value types, tracking scientific origin and descriptive context.

    Type Parameters

    • T extends ValueType

      The architectural type of the value.