@modelhealth/modelhealth
    Preparing search index...

    Type Alias ActivityProcessingStatus

    ActivityProcessingStatus:
        | { total: number; type: "uploading"; uploaded: number }
        | { type: "processing" }
        | { type: "ready" }
        | { type: "failed" }

    Processing status of an activity.

    Indicates the current state of video upload and processing.