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

    Type Alias ManualReference

    ManualReference: Expand<
        BaseReference<MANUAL> & StrictSubset<
            BibTeXFields,
            "title",
            | "address"
            | "author"
            | "edition"
            | "month"
            | "note"
            | "organization"
            | "year",
        >,
    >

    Represents technical documentation or instruction manuals.

    • Mandatory: title
    • Optional: address, author, edition, month, note, organization, year