UNPKG

@testmonitor/ts-reporter-client

Version:

A convenient TypeScript wrapper for the TestMonitor reporter API endpoints. It can be used in both TypeScript and JavaScript.

6 lines (5 loc) 109 B
export interface ConfigurationInterface { basePath: string; accessToken: string; headers?: {}; }