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

    Type Alias CompoundClassification

    CompoundClassification: Collection<
        {
            category: Distinct<CompoundCategory>;
            organic: Distinct<boolean>;
            phase: Distinct<Phase>;
            properties: Distinct<CompoundProperty[]>;
            radioactive: Distinct<boolean>;
            synthetic: Distinct<boolean>;
            union: Distinct<CompoundUnion>;
        },
    >

    High-level categorization of a chemical compound based on its bonding and origin.