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

4 lines
236 B
TypeScript
Raw Normal View History

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