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) 159 B
import { ScreenshotMetric } from "./ScreenshotMetric"; export declare class ScreenshotMetrics { views: ScreenshotMetric[]; tags: ScreenshotMetric[]; }