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) 105 B
export interface UploadAttachmentRequest { id: string; reportId: number; attachment: File; }