linXiv frontend (TS/JS)
    Preparing search index...

    Interface ParsedName

    interface ParsedName {
        first: string;
        last: string;
    }
    Index
    first: string
    last: string