UNPKG

@redocly/respect-core

Version:
7 lines 297 B
import type { RunOptions, WorkflowExecutionResult } from '../../types.js'; export declare function displaySummary({ startedAt, workflows, options, }: { startedAt: number; workflows: WorkflowExecutionResult[]; options: RunOptions; }): void; //# sourceMappingURL=display-summary.d.ts.map