Type alias MRTARegionResponseTimes

MRTARegionResponseTimes: {
    at: string;
    response_time: number;
}

Type declaration

  • at: string

    What time was the response received. ISO date string.

  • response_time: number

    Response time in seconds.

Generated using TypeDoc