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

    Interface InstallProgress

    interface InstallProgress {
        artifact: "editorBuild" | "texliveCache";
        phase: "download" | "verify" | "promote";
        received: number;
        total: number;
    }
    Index
    artifact: "editorBuild" | "texliveCache"
    phase: "download" | "verify" | "promote"
    received: number
    total: number