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

    Type Alias Factory<T, C, K>

    Factory: Expand<Brand<K & { data: C }, T, "type", true>>

    Structural template for creating database entries, ensuring domain-specific branding and data integrity.

    Type Parameters

    • T extends DomainType | RegistryType

      The scientific domain or system registry of the entity.

    • C extends Collection<unknown>

      The collection structure defining the entity's data.

    • K extends Struct<string | number>

      The unique identifiers and metadata associated with the entity.