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

    Type Alias StructValue<T>

    StructValue: Expand<
        BaseValue<STRUCT> & RequireFrom<ValueFields<never, never, T>, "struct">,
    >

    Represents a complex structured object. Requires the presence of the 'struct' field.

    Type Parameters