import { PerfRunResult } from'../types/perfrunresult';
/**
* List of the all perfromance runs for the given URL or testName
*/exportdeclaretypeIPerformanceResult = PerfRunResult[];
exportdeclaretypeDbSchema = {
profile: PerfRunResult[];
count: number;
};