Edit File: convert-legacy-test-result-to-new.d.ts
import { TestResult } from '../../../lib/ecosystems/types'; import { TestResult as LegacyTestResult } from '../../../lib/snyk-test/legacy'; export declare function convertLegacyTestResultToNew(testResult: LegacyTestResult): TestResult;
Back to File Manager