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

    Type Alias CompoundData

    CompoundData: Expand<
        SingleCompound & { forms?: FormCollection<SingleCompound> },
    >

    The core data structure for a chemical compound, excluding metadata. Designed for file-based database construction where metadata is enriched automatically.