API/api.medcify.app/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-scan-result.d.ts
2022-09-26 11:41:44 +05:30

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;