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

    Type Alias RecognizedInput

    RecognizedInput:
        | { kind: "arxiv_id"; value: string }
        | { kind: "doi"; value: string }
        | { kind: "direct_pdf_url"; value: string }
        | { kind: "unrecognized" }