4 lines
251 B
TypeScript
4 lines
251 B
TypeScript
|
import { TestResult } from '../snyk-test/legacy';
|
||
|
import { Options, SupportedProjectTypes, TestOptions } from '../types';
|
||
|
export declare function showFixTip(projectType: SupportedProjectTypes, res: TestResult, options: TestOptions & Options): string;
|