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

    Type Alias Metadata<T>

    Metadata: Expand<
        T & {
            "@metadata": Distinct<
                {
                    commit: string;
                    hash: string;
                    lastModified: IsoDate;
                    permalink: `${RepoBase}/blob/${string}/data/${string}.ts`;
                    schemaVersion: 1;
                },
            >;
        },
    >

    Structural wrapper that enriches a data collection with administrative tracking information.

    Type Parameters

    • T extends Collection<unknown>

      The collection structure being enriched with metadata.