@modelhealth/modelhealth
    Preparing search index...

    Type Alias AnalysisStatus

    AnalysisStatus:
        | { type: "processing" }
        | { type: "completed" }
        | { type: "failed" }

    The current state of an analysis.

    Type Declaration

    • { type: "processing" }

      Analysis is in progress.

    • { type: "completed" }

      Analysis completed successfully.

    • { type: "failed" }

      Analysis failed.