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

    Type Alias Mapping<L, T>

    Mapping: Group<{ [K in L]?: T }>

    Keyed collection of data grouped by a specific string literal (e.g., by element symbol).

    Type Parameters

    • L extends string

      The string literal type for the keys.

    • T = unknown

      The data type of the mapped values.