UNPKG

angles-javascript-client

Version:

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

6 lines (5 loc) 114 B
import { Build } from '../Build'; export declare class BuildsResponse { count: number; builds: Build[]; }