UNPKG

angles-javascript-client

Version:

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

7 lines (6 loc) 184 B
import { ScreenshotPlatform } from "../requests/ScreenshotPlatform"; export declare class ScreenshotMetric { _id: string; count: number; platforms: ScreenshotPlatform[]; }