UNPKG

angles-javascript-client

Version:

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

8 lines (7 loc) 279 B
import { AxiosInstance } from 'axios'; import { BaseRequests } from './BaseRequests'; import { Versions } from "../models/Versions"; export declare class AnglesRequests extends BaseRequests { constructor(axiosInstance: AxiosInstance); getVersions(): Promise<Versions>; }