Edit File: process-json-monitor.d.ts
import { GoodResult, BadResult } from './types'; export declare function processJsonMonitorResponse(results: Array<GoodResult | BadResult>): string;
Back to File Manager