UNPKG

@ply-ct/ply

Version:

REST API Automated Testing

9 lines (8 loc) 219 B
import { Reporter, ReportOptions } from '../runs/model'; export declare class SheetReporter implements Reporter { constructor(); /** * TODO xlsx */ report(options: ReportOptions): Promise<void>; }