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

    Type Alias NuclearCollection

    NuclearCollection: Collection<
        {
            gamma?: Single<StructProperty<GammaTransition>>;
            ground?: Single<StructProperty<GroundState>>;
            level?: Single<StructProperty<Level>>;
            nmr?: Single<StructProperty<NMR>>;
        },
    >

    Registry of properties defining the nuclear and isotopic characteristics of matter.