UNPKG

@redocly/respect-core

Version:
11 lines 361 B
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