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

    Fields for identifying individuals responsible for the work.

    type PersonFields = {
        author?: string | string[];
        editor?: string | string[];
    }
    Index

    Properties

    Properties

    author?: string | string[]

    List of primary authors responsible for the content.

    editor?: string | string[]

    List of editors responsible for the publication.