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

    Type Alias AbundanceCollection

    AbundanceCollection: Collection<
        {
            atmosphereAbundance?: Single<NumberProperty<"quantity">>;
            crustalAbundance?: Single<NumberProperty<"quantity">>;
            humanAbundance?: Single<NumberProperty<"quantity">>;
            meteoriteAbundance?: Single<NumberProperty<"quantity">>;
            mineralAbundance?: Single<NumberProperty<"quantity">>;
            naturalOccurrence?: Single<PrimitiveProperty<NaturalOccurrence>>;
            oceanAbundance?: Single<NumberProperty<"quantity">>;
            oreAbundance?: Single<NumberProperty<"quantity">>;
            seaAbundance?: Single<NumberProperty<"quantity">>;
            solarSystemAbundance?: Single<NumberProperty<"quantity">>;
            streamAbundance?: Single<NumberProperty<"quantity">>;
            sunAbundance?: Single<NumberProperty<"quantity">>;
            universeAbundance?: Single<NumberProperty<"quantity">>;
        },
    >

    Registry of environmental and geological occurrences.