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) 138 B
export interface SubmitTestResultsRequest { reportId: number; data: { 'meta'?: {}; 'suites': Array<any>; }; }