Periodic Table Database Schema - v0.6.4
    Preparing search index...
    Thesis: Expand<
        BaseReference<T> & StrictSubset<
            BibTeXFields,
            "author"
            | "school"
            | "title"
            | "year",
            "address" | "month" | "note" | "reportType",
        >,
    >

    Internal helper for thesis types (Master's, PhD, or general Thesis).

    • Mandatory: author, school, title, year
    • Optional: address, month, note, reportType

    Type Parameters