UNPKG

angles-javascript-client

Version:

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

9 lines (8 loc) 161 B
export declare class Period { groupId: number; start: Date; end: Date; result: Map<string, number>; buildCount: number; phases: any[]; }