@modelhealth/modelhealth
    Preparing search index...

    Interface ResultData

    Downloaded result data from an activity.

    The resultDataType identifies both what was requested and the implicit file format — use it to determine how to parse data.

    interface ResultData {
        data: Uint8Array;
        resultDataType: ResultDataType;
    }
    Index

    Properties

    Properties

    data: Uint8Array
    resultDataType: ResultDataType