@benportner/js_family_tree
    Preparing search index...

    Interface Person

    interface Person {
        birthplace?: string;
        birthyear?: number;
        deathplace?: string;
        deathyear?: number;
        id?: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    birthplace?: string
    birthyear?: number
    deathplace?: string
    deathyear?: number
    id?: string
    name: string