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

    Type Alias MixtureClassification

    MixtureClassification: Collection<
        {
            dispersedPhase?: Distinct<Phase>;
            homogeneity: Distinct<MixtureHomogeneity>;
            mediumPhase?: Distinct<Phase>;
            phase: Distinct<Phase>;
            properties: Distinct<SubstanceProperty | MixtureProperty>[];
            system: Distinct<MixtureSystem>;
            type: Distinct<MixtureType>;
        },
    >

    Physical and scientific classification of a mixture.