UNPKG

@ply-ct/ply

Version:

REST API Automated Testing

10 lines (9 loc) 299 B
import { SuiteRun } from '../runs/model'; export declare type DataColumns = { [column: string]: (string | number | boolean | Date | null)[]; }; export declare class ReportData { readonly suiteRuns: SuiteRun[]; readonly dataColumns: DataColumns; constructor(suiteRuns: SuiteRun[]); }