UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

10 lines (9 loc) 254 B
import type { CheckResults, Config } from '../../lib/types.js'; export interface ResultsProps { results: CheckResults; limitTop?: number; } export interface ResultsNoMatchRuleProps { results: CheckResults; initialConfig: Config | null; }