API/api.medcify.app/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-scan-result.d.ts

4 lines
217 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { ScanResult } from '../../../lib/ecosystems/types';
import { TestResult } from '../../../lib/snyk-test/legacy';
export declare function convertLegacyTestResultToScanResult(testResult: TestResult): ScanResult;