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

    Type Alias SingleValue<Q>

    SingleValue: Expand<BaseValue<SINGLE> & { value: number } & UnitField<Q>>

    A single quantitative measurement associated with a physical unit.

    Type Parameters