convert-legacy-test-result-to-new.d.ts 236 B

123
  1. import { TestResult } from '../../../lib/ecosystems/types';
  2. import { TestResult as LegacyTestResult } from '../../../lib/snyk-test/legacy';
  3. export declare function convertLegacyTestResultToNew(testResult: LegacyTestResult): TestResult;