Type alias MRTARegion

MRTARegion: {
    region: string;
    response_times: MRTARegionResponseTimes[];
}

Type declaration

  • region: string

    The region from which the request was done.

  • response_times: MRTARegionResponseTimes[]

    Array of response times.

Generated using TypeDoc