UNPKG

@ply-ct/ply

Version:

REST API Automated Testing

6 lines (5 loc) 185 B
import { Reporter, ReportOptions } from '../runs/model'; export declare class JsonReporter implements Reporter { constructor(); report(options: ReportOptions): Promise<void>; }