interface RtgmResults {
    imt_results: Record<string, RtgmSummary>;
    overall: RtgmOverall;
}

Properties

Properties

imt_results: Record<string, RtgmSummary>
overall: RtgmOverall