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

    Type Alias TechreportReference

    TechreportReference: Expand<
        BaseReference<TECHREPORT> & Authored & Req<"institution"> & Opt<
            "reportType"
            | "note"
            | "number"
            | "address",
        >,
    >

    Citation for a technical report issued by an institution or organization.