4 lines
217 B
TypeScript
4 lines
217 B
TypeScript
|
import { ScanResult } from '../../../lib/ecosystems/types';
|
||
|
import { TestResult } from '../../../lib/snyk-test/legacy';
|
||
|
export declare function convertLegacyTestResultToScanResult(testResult: TestResult): ScanResult;
|