@redocly/respect-core
Version:
API testing framework core
11 lines • 361 B
TypeScript
import type { WorkflowExecutionResult } from '../../types';
export declare function displayFilesSummaryTable(filesResult: {
file: string;
hasProblems: boolean;
executedWorkflows: WorkflowExecutionResult[];
argv?: {
workflow?: string[];
skip?: string[];
};
}[]): void;
//# sourceMappingURL=display-files-summary-table.d.ts.map