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.

8 lines (7 loc) 160 B
export interface ApiRequestConfigurationInterface { method: string; url: string; accessToken: string; headers?: {}; body?: {} | FormData; }