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

    Type Alias Struct<T, K>

    Struct: Record<K, T>

    A flexible key-value record used for defining structured chemical or physical properties.

    Type Parameters

    • T = unknown

      The data type of the record values.

    • K extends PropertyKey = string

      The type of keys used in the record.