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

    Type Alias Value<Q, P, S>

    Value:
        | NumberValue<Q>
        | PrimitiveValue<P>
        | StructValue<S>
        | CoupledValue<Q, P, S>

    Comprehensive union of all data types supported in the database.

    Type Parameters