Documentation
    Preparing search index...
    interface IndividualInfo {
        birthdate: string;
        givenName: string;
        surname: string;
        titleName: string;
    }
    Index

    Properties

    birthdate: string
    givenName: string
    surname: string
    titleName: string