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) 91 B
export interface RequestInterface { method: string; path: string; body?: {}; }