@modelhealth/modelhealth
    Preparing search index...

    Type Alias ArchiveStatus

    ArchiveStatus: { type: "processing" } | { type: "ready" } | { type: "failed" }

    The current state of an archive preparation task.

    Type Declaration

    • { type: "processing" }

      The archive is being prepared.

    • { type: "ready" }

      The archive is ready to download.

    • { type: "failed" }

      The archive preparation failed.