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

    Type Alias FormCollection<C>

    FormCollection: {
        [K in FormId]: Collection<
            | AllotropeForm<C>
            | MolecularForm<C>
            | PhaseForm<C>
            | PolymorphForm<C>
            | OtherForm<C>,
        >
    }

    A collection of diverse structural manifestations indexed by their unique identifiers.

    Type Parameters

    • C extends Collection<unknown>

      The collection structure of the underlying entities.