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

    Type Alias Collection<T>

    Collection: { [K in keyof T]: CollectionValue<T[K]> }

    A structured set of properties and data entities forming a functional data unit.

    Type Parameters

    • T

      The template structure for the collection.