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) 129 B
import { Execution } from '../Execution'; export declare class ExecutionResponse { count: number; builds: Execution[]; }