UNPKG

angles-javascript-client

Version:

This is the javascript client for the Angles Dashboard. It allows you to store your test results.

8 lines (7 loc) 162 B
import { Period } from "./Period"; export declare class PhaseMetrics { toDate: Date; fromDate: Date; groupingPeriod: string; periods: Period[]; }