@modelhealth/modelhealth
    Preparing search index...

    Type Alias ResultDataType

    ResultDataType:
        | "animation"
        | "kinematics_mot"
        | "kinematics_csv"
        | "markers_trc"
        | "markers_csv"
        | "model"

    Result data types available for download from activities, including the desired file format.

    Each variant encodes both the data type and the requested format, matching the ResultDataTypeWire discriminants used in the Rust core:

    • "animation" — JSON only
    • "kinematics_mot" — Kinematics in OpenSim MOT format
    • "kinematics_csv" — Kinematics in CSV format
    • "markers_trc" — Marker trajectories in TRC format
    • "markers_csv" — Marker trajectories in CSV format
    • "model" — OpenSim model (.osim), only available in neutral activities