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

    Type Alias LangGroup<T, L>

    LangGroup: Expand<
        Required<{ [K in L]: T }> & Partial<{ [K in Exclude<LangCode, L>]: T }>,
    >

    Grouping of localized strings, requiring English as the primary scientific language.

    Type Parameters

    • T = string

      The data type of the localized content.

    • L extends LangCode = ENGLISH

      The primary language code for required content.