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

    Type Alias NuclideDecayChains

    NuclideDecayChains: Collection<
        { [N in NuclideIdentifier]?: NuclideDecayChainEntry<N> },
    >

    The complete network of all isotopic decay relationships in the database. This will be auto-generated from the nuclide collection.

    The specific nuclide identifier type used as the key for the decay chain entries.