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) 169 B
export interface CreateReportRequest { name?: string; integrationId: string; milestoneId?: number; milestone?: string; testEnvironmentId?: number; }