show-fix-tip.d.ts 251 B

123
  1. import { TestResult } from '../snyk-test/legacy';
  2. import { Options, SupportedProjectTypes, TestOptions } from '../types';
  3. export declare function showFixTip(projectType: SupportedProjectTypes, res: TestResult, options: TestOptions & Options): string;