UNPKG

angles-javascript-client

Version:

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

11 lines (10 loc) 161 B
export declare class Team { _id: number; name: string; components: [ { name: string; _id: string; } ]; }