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

    Type Alias FormCollection<C>

    FormCollection: Record<
        FormId,
        Collection<
            AllotropeForm<C>
            | MolecularForm<C>
            | PhaseForm<C>
            | PolymorphForm<C>,
        >,
    >

    A registry of multiple physical forms associated with a master chemical collection.

    Type Parameters

    • C extends Collection<any>

      The base property collection for the substance.