UNPKG

diffjam

Version:
9 lines (8 loc) 388 B
import { ConfigJson } from "./Config"; export type ResultMap = { [key: string]: { measurement: number; }; }; export declare function postMetrics(apiKey: string, config: ConfigJson, results: ResultMap, tags?: any): Promise<void>; export declare function commentResults(apiKey: string, config: ConfigJson, results: ResultMap, clientVers: string, tags?: any): Promise<void>;