Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-scan-result.d.ts
2026-04-07 14:50:23 +09:00

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;