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.

9 lines (8 loc) 156 B
export declare class ApiResponse { static from<T>(response: { data: { data?: T; error?: string; }; }): T; }